Skip to content

Commit 2c58f23

Browse files
committed
CI: integrate govulncheck
Signed-off-by: Oleksandr Redko <[email protected]>
1 parent ca2c432 commit 2c58f23

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

+7
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,13 @@ jobs:
6767
# the allow list corresponds to https://github.com/cncf/foundation/blob/e5db022a0009f4db52b89d9875640cf3137153fe/allowed-third-party-license-policy.md
6868
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
6969

70+
security:
71+
name: "Vulncheck"
72+
runs-on: ubuntu-24.04
73+
timeout-minutes: 5
74+
steps:
75+
- uses: golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1.0.4
76+
7077
spell:
7178
name: "Spell check"
7279
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)