Skip to content

Commit

Permalink
dev: add: pos-976 move govuln to security-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
marcello33 committed Nov 15, 2022
1 parent 1a0b910 commit c748be2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/security-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,16 @@ jobs:
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: snyk.sarif

govuln-check:
name: Golang vulnerabilities check
runs-on: ubuntu-latest
steps:
- name: Running govulncheck
uses: Templum/govulncheck-action@v0.0.6
with:
go-version: 1.18
vulncheck-version: latest
package: ./...
github-token: ${{ secrets.GITHUB_TOKEN }}
fail-on-vuln: true

0 comments on commit c748be2

Please sign in to comment.