🔨 fix: workaround LB public IP route inside k8s #55
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# govulncheck ./... | |
name: govulncheck | |
on: | |
push: | |
branches: | |
- "dev" | |
- "main" | |
jobs: | |
analyze: | |
runs-on: ubuntu-latest | |
timeout-minutes: 30 | |
steps: | |
- uses: actions/[email protected] | |
- name: Scan for Vulnerabilities in Code | |
uses: golang/govulncheck-action@v1 | |
with: | |
go-version-input: 1.22.4 | |
go-package: ./... |