Skip to content

zpavlinovic is testing govulncheck action #36

zpavlinovic is testing govulncheck action

zpavlinovic is testing govulncheck action #36

Workflow file for this run

name: govulncheck
run-name: ${{ github.actor }} is testing govulncheck action
on: [push, workflow_dispatch]
jobs:
govulncheck_job:
runs-on: ubuntu-latest
env:
working-directory: .
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/govulncheck
with:
work-dir: ./go/vuln
repo-checkout: false
go-version-file: ./go/vuln/go.mod