Skip to content

Commit

Permalink
adds govulcheck to pipeline. (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjfonseca committed Jul 24, 2023
1 parent 5e7e9d3 commit 7f41f98
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/govulcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Govulcheck

on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

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

0 comments on commit 7f41f98

Please sign in to comment.