Skip to content

Commit a19d19a

Browse files
committed
Fix govulncheck-action
1 parent 335a7d8 commit a19d19a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/security.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
with:
4141
go-version-file: go.mod
4242
- id: govulncheck
43-
uses: golang/govulncheck-action@v1.0.4
43+
uses: arnested/govulncheck-action@main
4444
with:
4545
output-format: sarif
4646
output-file: results.sarif
47-
- name: Fix SARIF format
48-
run: yq --inplace --output-format json '.runs |= map ({"results":[]} + .)' results.sarif
47+
setup-go: false
48+
repo-checkout: false
4949
- name: Upload SARIF file
5050
uses: github/codeql-action/upload-sarif@v3
5151
with:

0 commit comments

Comments
 (0)