Skip to content

Commit

Permalink
Add govulncheck nightly workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Oct 13, 2023
1 parent c92cceb commit fea05b8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Nightly

on:
workflow_dispatch: {}
schedule:
# Daily, at 1pm UTC / 6am PST.
- cron: "0 13 * * *"

jobs:
govulncheck:
name: Go vulnerability check
runs-on: ubuntu-22.04
steps:
- name: Run govulncheck
uses: golang/govulncheck-action@v1
with:
repo-checkout: true
go-version-file: go.mod

0 comments on commit fea05b8

Please sign in to comment.