Skip to content

Commit

Permalink
Merge pull request #3205 from alexandear/ci-integrate-govulncheck
Browse files Browse the repository at this point in the history
CI: integrate govulncheck
  • Loading branch information
jandubois authored Feb 7, 2025
2 parents ca2c432 + 2c58f23 commit 75221d6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@ jobs:
# the allow list corresponds to https://github.com/cncf/foundation/blob/e5db022a0009f4db52b89d9875640cf3137153fe/allowed-third-party-license-policy.md
run: go-licenses check --include_tests ./... --allowed_licenses=Apache-2.0,BSD-2-Clause,BSD-2-Clause-FreeBSD,BSD-3-Clause,MIT,ISC,Python-2.0,PostgreSQL,X11,Zlib

security:
name: "Vulncheck"
runs-on: ubuntu-24.04
timeout-minutes: 5
steps:
- uses: golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1.0.4

spell:
name: "Spell check"
runs-on: ubuntu-24.04
Expand Down

0 comments on commit 75221d6

Please sign in to comment.