Skip to content

Commit

Permalink
Set up govulncheck for autosign
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantmonkey committed Dec 19, 2024
1 parent d94e5d1 commit 190a8b4
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/autosign-govulncheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: govulncheck

on:
push:
branches:
- 'main'
paths:
- 'autosign/**'
workflow_dispatch:

jobs:
govulncheck_job:
runs-on: ubuntu-latest
name: Run govulncheck
steps:
- id: govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-input: 1.20.6
go-package: ./...
work-dir: autosign

0 comments on commit 190a8b4

Please sign in to comment.