Skip to content

Commit

Permalink
Ensure we check for the latest version of Go when running govulncheck
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiught committed Jul 12, 2023
1 parent 99d0fce commit 8cddcc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ jobs:
steps:
- name: Scan for vulnerabilities in go code
uses: golang/[email protected]
with:
check-latest: true

0 comments on commit 8cddcc7

Please sign in to comment.