Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
soumeh01 authored and JonatanAntoni committed Jul 3, 2023
1 parent 469277f commit e475589
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,10 @@ jobs:
go-version-file: go.mod
check-latest: true

- name: Scan for Vulnerabilities in Code
uses: Templum/govulncheck-action@v0.10.1
- name: Scan for Vulnerabilities
uses: golang/govulncheck-action@v0.1.0
with:
go-version: 1.20
fail-on-vuln: true
github-token: ${{ secrets.GITHUB_TOKEN }}
go-package: ./...

test:
strategy:
Expand Down

0 comments on commit e475589

Please sign in to comment.