Skip to content

Commit

Permalink
fix: ignore php composer lockfiles that are invalid (#5012)
Browse files Browse the repository at this point in the history
Fixed issue where invalid lockfiles and metadata files were causing snyk container test to fail completely.
This change skips over invalid files.
  • Loading branch information
SteveShani committed Jan 19, 2024
1 parent 2dd4f9e commit 7852cb3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 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 @@ -114,7 +114,7 @@
"semver": "^6.0.0",
"snyk-config": "^5.0.0",
"snyk-cpp-plugin": "2.24.0",
"snyk-docker-plugin": "^6.8.0",
"snyk-docker-plugin": "^6.8.3",
"snyk-go-plugin": "1.23.0",
"snyk-gradle-plugin": "4.0.2",
"snyk-module": "3.1.0",
Expand Down

0 comments on commit 7852cb3

Please sign in to comment.