Skip to content

ci: add govulncheck

ci: add govulncheck #1

Workflow file for this run

on:
pull_request:
schedule:
# 5:11 every Monday
- cron: '11 5 * * 1'
push:
branches:
- main
jobs:
govulncheck:
runs-on: ubuntu-latest
steps:
- uses: golang/govulncheck-action@v1