Skip to content

Commit

Permalink
Create vulncheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qba73 authored Jun 13, 2024
1 parent e6bf70b commit 4012788
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/vulncheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Vulnerability check
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'

jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: golang/govulncheck-action@v1
with:
go-version-input: 'stable'
check-latest: true

0 comments on commit 4012788

Please sign in to comment.