Skip to content

Commit

Permalink
fix: [#98] Golang version warning occurs due to missing if statement …
Browse files Browse the repository at this point in the history
…in govulncheck-action (#99)
  • Loading branch information
sbp-bvanb authored Oct 25, 2024
1 parent 7872d2b commit e71eb4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ runs:
run: |
go mod verify
- uses: golang/[email protected]
if: inputs.testing-type == 'security-golang-modules'
with:
go-version-file: go.mod
go-package: ./...
Expand Down

0 comments on commit e71eb4b

Please sign in to comment.