Skip to content

Go vulnerabilities Action

Actions
Run the Go vulnerability checker
v1.0.1
Latest
Star (1)

Govulncheck Action

Run go's vulnerability checker.

Usage

See action.yml

Basic

name: Go vulnerabilities check
on: [ push ]
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - name: check for go vulnerabilities
        uses: opzkit/[email protected]
        # optional
        with:
          go-version: '1.19'
          govuln-version: 'latest'
          packages: './...'

Inputs

Input Description
package (optional) The package you want to scan, default: "./..."
go-version (optional) The go version to use, default: "1.19"
go-version-file (optional) Path to the go.mod file to use for determining go version
check-latest (optional) Check for latest available go version that satisfies the version spec, default default: "false"
govuln-version (optional) The govuln version to use, default: "latest"

Go vulnerabilities Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Run the Go vulnerability checker
v1.0.1
Latest

Go vulnerabilities Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.