Skip to content

Commit

Permalink
add govulncheck
Browse files Browse the repository at this point in the history
  • Loading branch information
m00g3n committed Sep 4, 2023
1 parent 8233a74 commit 0a5312e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/run-vuln-check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Run vuln check
on:
push:
branches: [ "main" ]
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: vulncheck
uses: golang/govulncheck-action@v1

0 comments on commit 0a5312e

Please sign in to comment.