Skip to content

Repo polish: README, contributor docs, templates, security tooling #3

Repo polish: README, contributor docs, templates, security tooling

Repo polish: README, contributor docs, templates, security tooling #3

Workflow file for this run

name: Security
on:
push:
branches: [main]
pull_request:
schedule:
- cron: "0 6 * * 1"
permissions:
contents: read
jobs:
govulncheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.26"
- run: go run golang.org/x/vuln/cmd/govulncheck@latest ./...