Skip to content
alert-triangle

GitHub Action

Govulncheck Action

v1.1.2 Latest version

Govulncheck Action

alert-triangle

Govulncheck Action

Run Go vulerability checker

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Govulncheck Action

uses: kmulvey/[email protected]

Learn more about this action in kmulvey/govulncheck-action

Choose a version

Govulncheck Action

Run go's vulnerability checker.

Create Release

Usage

Describe how to use your action here.

Example workflow

name: My Workflow
on: [push, pull_request]
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v3
    - name: check for go vulnerabilities
      uses: kmulvey/govulncheck-action@main
      # optional
      with:
        packages: '.'

Inputs

Input Description
package (optional) The package you want to scan, default: "."