Skip to content

Easily using govulncheck in GitHub Actions

License

Notifications You must be signed in to change notification settings

elgohr/go-vulncheck-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Easily using govulncheck in GitHub Actions

Release

Using govulncheck

Usage

name: govulncheck 
on: [push]
jobs:
  test:
    runs-on: ubuntu-latest
    permissions:
      contents: read
    steps:
    - uses: actions/checkout@v3
    - uses: elgohr/go-vulncheck-action@v1