Skip to content

Commit

Permalink
Add govulncheck
Browse files Browse the repository at this point in the history
  • Loading branch information
joeig committed Apr 10, 2024
1 parent 33b4df3 commit 1c396e8
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: govulncheck
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "21 7 * * 5"
workflow_dispatch:
concurrency:
group: "${{ github.workflow }}-$${{ github.pull_request.number || github.run_id }}"
cancel-in-progress: true
jobs:
govulncheck:
runs-on: ubuntu-latest
steps:
- uses: golang/govulncheck-action@v1
with:
go-version-file: "go.mod"
go-package: ./...

0 comments on commit 1c396e8

Please sign in to comment.