We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 521e45c commit 31aad86Copy full SHA for 31aad86
.github/workflows/security.yml
@@ -46,6 +46,7 @@ jobs:
46
go-version-input: ${{ steps.go-version.outputs.latest }}
47
output-format: sarif
48
output-file: results.sarif
49
+ repo-checkout: false
50
- name: Fix SARIF format
51
run: yq --inplace --output-format json '.runs |= map ({"results":[]} + .)' results.sarif
52
- name: Upload SARIF file
0 commit comments