Skip to content

Bump github.com/golangci/golangci-lint from 1.57.2 to 1.59.1 in /tool… #131

Bump github.com/golangci/golangci-lint from 1.57.2 to 1.59.1 in /tool…

Bump github.com/golangci/golangci-lint from 1.57.2 to 1.59.1 in /tool… #131

Workflow file for this run

name: Security Scan
on:
schedule:
# Every Monday at 1PM UTC
- cron: "0 13 * * 1"
push:
branches: [main]
pull_request:
branches: [main]
jobs:
vulncheck:
name: Scan for vulnerabilities in Go code
runs-on: ubuntu-latest
steps:
- name: govulncheck
uses: golang/govulncheck-action@v1
with:
check-latest: true
go-version-file: go.mod
go-package: ./...