Skip to content

Commit

Permalink
fix go.mod location
Browse files Browse the repository at this point in the history
  • Loading branch information
zpavlinovic committed Apr 18, 2024
1 parent 7690a1b commit 783f145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
#work-dir: ./go/vuln
repo-checkout: false
go-version-file: ./go/vuln/go.mod
go-version-file: go.mod
output-format: sarif
output-file: out.sarif
- uses: github/codeql-action/upload-sarif@v3
Expand Down

0 comments on commit 783f145

Please sign in to comment.