Skip to content

Commit

Permalink
chore: add govulncheck action to all builds
Browse files Browse the repository at this point in the history
  • Loading branch information
enocom committed Jul 24, 2023
1 parent 47dae85 commit 25e349a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/govulncheck.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: govulncheck

on:
push:
branches:
- 'main'
- 'v1'
pull_request:
pull_request_target:
types: [labeled]
schedule:
- cron: '0 2 * * *'

jobs:
govulncheck_job:
runs-on: ubuntu-latest
name: Run govulncheck
steps:
- id: govulncheck
uses: golang/govulncheck-action@dd3ead030e4f2cf713062f7a3395191802364e13 # v1

0 comments on commit 25e349a

Please sign in to comment.