Skip to content

Commit

Permalink
switch to official govulncheck action
Browse files Browse the repository at this point in the history
  • Loading branch information
nieomylnieja committed Jul 20, 2023
1 parent d1e739f commit 2bcfffe
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/vulns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,6 @@ jobs:
- name: Run Gosec Security Scanner
uses: securego/gosec@v2.16.0
- name: Golang Vulncheck
uses: Templum/govulncheck-action@v0.10.1
uses: golang/govulncheck-action@v1
with:
go-version: 1.20
vulncheck-version: v0.2.0
package: ./...
fail-on-vuln: false
# When the SDK becomes public, we'll want to enable the free upload.
# The artifact upload below should be removed then too.
skip-upload: true
- name: Upload Sarif Report
uses: actions/upload-artifact@v3
with:
name: sarif-report
path: govulncheck-report.sarif
go-version-input: 1.20

0 comments on commit 2bcfffe

Please sign in to comment.