Skip to content

Log error at error level for 500 errors (#894) #2528

Log error at error level for 500 errors (#894)

Log error at error level for 500 errors (#894) #2528

Workflow file for this run

name: govulncheck
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
govulncheck_job:
runs-on: ubuntu-latest
name: Run govulncheck
steps:
- id: govulncheck
uses: golang/govulncheck-action@032d45514ae346b1db93c04b0c90b841c370344f # v1.1.0
with:
go-version-file: go.mod
go-package: ./...