Skip to content

Merge pull request #1488 from tijs/wall-of-apps/kilowatt-electric-car… #1987

Merge pull request #1488 from tijs/wall-of-apps/kilowatt-electric-car…

Merge pull request #1488 from tijs/wall-of-apps/kilowatt-electric-car… #1987

Workflow file for this run

name: Govulncheck
on:
pull_request:
branches: [main]
push:
branches: [main]
schedule:
# Run weekly to catch newly disclosed vulnerabilities in existing dependencies.
- cron: "17 4 * * 1"
workflow_dispatch:
permissions:
contents: read
jobs:
govulncheck:
name: Run govulncheck
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Scan Go dependencies and reachable code paths
id: govulncheck
uses: golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1.0.4
with:
go-version-file: go.mod
go-package: ./...