Skip to content

bump snyk-docker-plugin to latest version #1592

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 6 additions & 13 deletions .snyk
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.25.0
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
ignore:
SNYK-JS-FORMDATA-10841150:
- '*':
reason: Waiting for @kubernetes/client-node upgrade to 1.0.0
expires: 2025-12-01T12:00:00.000Z
created: 2025-07-31T12:00:00.000Z
SNYK-JS-BRACES-6838727:
- '*':
reason: devDependency
Expand All @@ -26,16 +31,4 @@ ignore:
https://github.com/kubernetes-client/javascript/blob/master/FETCH_MIGRATION.md
expires: 2025-01-10T12:00:00.000Z
created: 2024-10-23T12:00:00.000Z
SNYK-JS-CROSSSPAWN-8303230:
- '*':
reason: >-
No upstream fix available
expires: 2024-12-08T12:00:00.000Z
created: 2024-11-08T12:00:00.000Z
SNYK-JS-JSONPATHPLUS-7945884:
- '*':
reason: >-
Waiting for @kubernetes/client-node upgrade
expires: 2024-12-08T12:00:00.000Z
created: 2024-11-20T12:00:00.000Z
patch: {}
22 changes: 18 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"packageurl-js": "^1.2.1",
"sleep-promise": "^9.1.0",
"snyk-config": "5.3.0",
"snyk-docker-plugin": "8.4.1",
"snyk-docker-plugin": "8.4.2",
"source-map-support": "^0.5.21",
"tunnel": "0.0.6",
"typescript": "4.9.5",
Expand Down