Skip to content

Commit 93bad3a

Browse files
authored
Merge pull request #19 from imjasonh/fix-sarif-and-update-refs
Update repository references
2 parents 73da2f3 + b3e3685 commit 93bad3a

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Run Malcontent Analysis
2121
id: malcontent
22-
uses: ./ # In actual usage, this would be: imjasonh/malcontent-action@...
22+
uses: ./ # In actual usage, this would be: chainguard-dev/malcontent-action@v1
2323
with:
2424
github-token: ${{ secrets.GITHUB_TOKEN }}
2525

.github/workflows/push-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Run Malcontent Diff
2323
id: malcontent
24-
uses: ./ # In actual usage, this would be: imjasonh/malcontent-action@...
24+
uses: ./ # In actual usage, this would be: chainguard-dev/malcontent-action@v1
2525
with:
2626
github-token: ${{ secrets.GITHUB_TOKEN }}
2727

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
fetch-depth: 0
5656

57-
J - uses: imjasonh/malcontent-action...
57+
- uses: chainguard-dev/malcontent-action...
5858
with:
5959
github-token: ${{ secrets.GITHUB_TOKEN }}
6060
```
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
fetch-depth: 2 # Need HEAD and HEAD~1
7777

78-
- uses: imjasonh/malcontent-action@...
78+
- uses: chainguard-dev/malcontent-action@...
7979
with:
8080
github-token: ${{ secrets.GITHUB_TOKEN }}
8181
```
@@ -107,7 +107,7 @@ jobs:
107107
The `risk-delta` output allows you to implement custom logic based on the magnitude of security changes:
108108

109109
```yaml
110-
- uses: imjasonh/malcontent-action@...
110+
- uses: chainguard-dev/malcontent-action@...
111111
id: malcontent
112112
with:
113113
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -146,7 +146,7 @@ The `risk-delta` output allows you to implement custom logic based on the magnit
146146
The action generates a SARIF (Static Analysis Results Interchange Format) report that can be uploaded to GitHub Advanced Security for integration with code scanning:
147147

148148
```yaml
149-
- uses: imjasonh/malcontent-action@...
149+
- uses: chainguard-dev/malcontent-action@...
150150
id: malcontent
151151
with:
152152
github-token: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/jason/malcontent-action.git"
16+
"url": "git+https://github.com/chainguard-dev/malcontent-action.git"
1717
},
1818
"keywords": [
1919
"github",

0 commit comments

Comments
 (0)