Skip to content

Commit

Permalink
workflow: add govulncheck
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Sep 4, 2024
1 parent 7f83a71 commit eda3634
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Run govulncheck
name: Govulncheck
on:
schedule:
- cron: "0 */6 * * *" # Run every 6 hours
jobs:
govulncheck-check:
govulncheck:
runs-on: ubuntu-latest
env:
GO111MODULE: on
Expand Down

0 comments on commit eda3634

Please sign in to comment.