Skip to content

chore: bump engineerd/setup-kind from 0.5.0 to 0.6.0 #649

chore: bump engineerd/setup-kind from 0.5.0 to 0.6.0

chore: bump engineerd/setup-kind from 0.5.0 to 0.6.0 #649

Workflow file for this run

name: govulncheck
on:
push:
schedule:
- cron: '0 12 * * 6'
permissions:
contents: read
jobs:
govulncheck:
runs-on: ubuntu-22.04
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
cache: true
go-version: 1.23.1
- name: Install govulncheck Vulnerability Scanner
run: go install golang.org/x/vuln/cmd/govulncheck@latest
- name: Run govulncheck Vulnerability Scanner
run: govulncheck -show=verbose ./...