Skip to content

Commit 7852cb3

Browse files
authored
fix: ignore php composer lockfiles that are invalid (#5012)
Fixed issue where invalid lockfiles and metadata files were causing snyk container test to fail completely. This change skips over invalid files.
1 parent 2dd4f9e commit 7852cb3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package-lock.json

Lines changed: 9 additions & 9 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
@@ -114,7 +114,7 @@
114114
"semver": "^6.0.0",
115115
"snyk-config": "^5.0.0",
116116
"snyk-cpp-plugin": "2.24.0",
117-
"snyk-docker-plugin": "^6.8.0",
117+
"snyk-docker-plugin": "^6.8.3",
118118
"snyk-go-plugin": "1.23.0",
119119
"snyk-gradle-plugin": "4.0.2",
120120
"snyk-module": "3.1.0",

0 commit comments

Comments
 (0)