Skip to content

Commit

Permalink
added vulncheck workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rgzr committed Aug 28, 2024
1 parent e9ef843 commit c1d5a83
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Govulncheck

on:
push:
pull_request:
schedule:
- cron: '00 2 * * *'

jobs:
govulncheck:
name: Run govulncheck
runs-on: ubuntu-latest

steps:
- id: govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-file: go.mod

0 comments on commit c1d5a83

Please sign in to comment.