Skip to content

Commit 1c0dcc4

Browse files
committed
fix: grype false positive on 1.26.2
1 parent cc8f29e commit 1c0dcc4

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/org.container.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ run-name: ${{ inputs.run-name }}
33

44
env:
55
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
6+
GRYPE_MATCH_GOLANG_USING_CPES: true
7+
GRYPE_MATCH_DOTNET_USING_CPES: true
8+
GRYPE_MATCH_JAVASCRIPT_USING_CPES: true
9+
GRYPE_MATCH_PYTHON_USING_CPES: toUpperCaseGRYPE_MATCH_RUST_USING_CPES: true
610

711
on:
812
workflow_dispatch:

.grype.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ignore:
2+
- vulnerability: CVE-2026-27143
3+
reason: "false positiv on 1.26.2"

build/entrypoint/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
go 1.26
1+
go 1.26.2
22
module github.com/11notes/docker-adguard/entrypoint
33
require (
44
github.com/11notes/go-eleven v0.4.1

0 commit comments

Comments
 (0)