Skip to content

ci: optimize Docker build workflow and update actions #4112

ci: optimize Docker build workflow and update actions

ci: optimize Docker build workflow and update actions #4112

Workflow file for this run

name: govulncheck
on:
pull_request:
push:
branches:
- main*
jobs:
govulncheck:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-go
- run: go install golang.org/x/vuln/cmd/[email protected]
- run: govulncheck -show=traces -test ./...