Skip to content

Commit

Permalink
Update go-vuln-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar authored Oct 16, 2023
1 parent 0a37cec commit bb15273
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go-vuln-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Scan for Vulnerabilities in Code
uses: Templum/govulncheck-action@v0.10.1
uses: Templum/govulncheck-action@v1
with:
go-version: '1.20'
vulncheck-version: v0.1.0
go-version: '1.21'
vulncheck-version: v1.0.0
package: ./...
fail-on-vuln: true

0 comments on commit bb15273

Please sign in to comment.