We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc8f29e commit 1c0dcc4Copy full SHA for 1c0dcc4
3 files changed
.github/workflows/org.container.yml
@@ -3,6 +3,10 @@ run-name: ${{ inputs.run-name }}
3
4
env:
5
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
10
11
on:
12
workflow_dispatch:
.grype.yml
@@ -0,0 +1,3 @@
1
+ignore:
2
+ - vulnerability: CVE-2026-27143
+ reason: "false positiv on 1.26.2"
build/entrypoint/go.mod
@@ -1,4 +1,4 @@
-go 1.26
+go 1.26.2
module github.com/11notes/docker-adguard/entrypoint
require (
github.com/11notes/go-eleven v0.4.1
0 commit comments