You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ jobs:
54
54
with:
55
55
fetch-depth: 0
56
56
57
-
J - uses: imjasonh/malcontent-action...
57
+
- uses: chainguard-dev/malcontent-action...
58
58
with:
59
59
github-token: ${{ secrets.GITHUB_TOKEN }}
60
60
```
@@ -75,7 +75,7 @@ jobs:
75
75
with:
76
76
fetch-depth: 2# Need HEAD and HEAD~1
77
77
78
-
- uses: imjasonh/malcontent-action@...
78
+
- uses: chainguard-dev/malcontent-action@...
79
79
with:
80
80
github-token: ${{ secrets.GITHUB_TOKEN }}
81
81
```
@@ -107,7 +107,7 @@ jobs:
107
107
The `risk-delta` output allows you to implement custom logic based on the magnitude of security changes:
108
108
109
109
```yaml
110
-
- uses: imjasonh/malcontent-action@...
110
+
- uses: chainguard-dev/malcontent-action@...
111
111
id: malcontent
112
112
with:
113
113
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -146,7 +146,7 @@ The `risk-delta` output allows you to implement custom logic based on the magnit
146
146
The action generates a SARIF (Static Analysis Results Interchange Format) report that can be uploaded to GitHub Advanced Security for integration with code scanning:
0 commit comments