Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Easily using govulncheck in GitHub Actions

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •