Skip to content

govulncheck: run from a container #58

govulncheck: run from a container

govulncheck: run from a container #58

Workflow file for this run

name: govulncheck
on:
pull_request:
branches:
- master
jobs:
govulncheck:
name: govulncheck
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Run govulncheck
uses: codeready-toolchain/toolchain-cicd/govulncheck-action@master
with:
config: .govulncheck.yaml
debug: true # optional (default = false)