Skip to content

Add govulncheck and dependency-review to CI workflow #1

Add govulncheck and dependency-review to CI workflow

Add govulncheck and dependency-review to CI workflow #1

Workflow file for this run

name: 'govulncheck'
on: [pull_request]
jobs:
govulncheck:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v4
- name: 'Run govulncheck'
uses: golang/govulncheck-action@v1
with:
go-version-file: 'go.mod'