Skip to content

Commit e5bb9d8

Browse files
rsoaresdKubeSaw
andauthored
build: switch to toolchain-cicd/govulncheck-action (#483)
* fix * build: switch to toolchain-cicd/govulncheck-action --------- Co-authored-by: KubeSaw <devsandbox@redhat.com>
1 parent bca0417 commit e5bb9d8

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

.github/workflows/govulncheck.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
go-version-file: go.mod
2020

2121
- name: Run govulncheck
22-
uses: golang/govulncheck-action@v1
22+
uses: codeready-toolchain/toolchain-cicd/govulncheck-action@master
2323
with:
24-
go-version-input: ${{ steps.install-go.outputs.go-version }}
25-
go-package: ./...
26-
repo-checkout: false
24+
go-version-file: go.mod
25+
cache: false
26+
config: .govulncheck.yaml

.govulncheck.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
ignored-vulnerabilities:
2+
# Inconsistent handling of O_CREATE|O_EXCL on Unix and Windows in os in syscall
3+
# Found in: os@go1.22.12
4+
# Fixed in: os@go1.23.10
5+
- id: GO-2025-3750
6+
silence-until: 2025-10-02
7+
info: https://pkg.go.dev/vuln/GO-2025-3750

0 commit comments

Comments
 (0)