Skip to content

Commit dfb0f68

Browse files
committed
Prevent double checkout on govulncheck action.
Signed-off-by: Alexander Adam <alphaone23@gmail.com>
1 parent 8036a65 commit dfb0f68

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/security.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
- name: VulnerabilityCheck
9191
uses: golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1.0.4
9292
with:
93+
repo-checkout: false
9394
go-version-input: ${{matrix.go-version}}
9495
output-format: sarif
9596
output-file: govulncheck-results.sarif

0 commit comments

Comments
 (0)