Skip to content

Commit

Permalink
configures golang/govulncheck-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Disper committed Dec 15, 2023
1 parent 09a56f0 commit 6c5180e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/run-vuln-check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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
with:
go-version-input: 1.21.4
go-package: ./...

0 comments on commit 6c5180e

Please sign in to comment.