Skip to content

Commit 3212345

Browse files
authored
Merge pull request #1212 from snyk/fix/bump-sdp
fix: update snyk-docker-plugin
2 parents f87ab06 + 0e841c6 commit 3212345

File tree

3 files changed

+63
-8
lines changed

3 files changed

+63
-8
lines changed

.snyk

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2+
version: v1.25.0
3+
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
4+
ignore:
5+
'snyk:lic:npm:shescape:MPL-2.0':
6+
- '*':
7+
reason: None Given
8+
expires: 2122-12-29T08:08:41.608Z
9+
created: 2022-11-29T08:08:41.611Z
10+
patch: {}

package-lock.json

Lines changed: 52 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"needle": "^3.0.0",
4949
"sleep-promise": "^9.1.0",
5050
"snyk-config": "5.1.0",
51-
"snyk-docker-plugin": "^5.6.4",
51+
"snyk-docker-plugin": "^5.6.5",
5252
"source-map-support": "^0.5.21",
5353
"tunnel": "0.0.6",
5454
"typescript": "^4.7.4",

0 commit comments

Comments
 (0)