Skip to content

Commit

Permalink
added vulncheck github action
Browse files Browse the repository at this point in the history
  • Loading branch information
fixje committed Sep 3, 2023
1 parent edfda62 commit c93f57d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/vulncheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Vulnerabilities
on: [push]

jobs:
govulncheck_job:
runs-on: ubuntu-latest
name: Run govulncheck
steps:
- id: govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-input: 1.21
go-version-file: go.mod
go-package: ./...

0 comments on commit c93f57d

Please sign in to comment.