Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
add govulncheck to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nyiyui committed Oct 6, 2023
1 parent 295943d commit 9c56c36
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Check for Vulnerabilities

on:
schedule:
- cron: '0 0 * * 1'

jobs:
govulncheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- id: govulncheck
uses: golang/govulncheck-action@v1

0 comments on commit 9c56c36

Please sign in to comment.