Skip to content

Commit

Permalink
Merge pull request #5354 from snyk/dotkas/OSM-1797/add-multi-project-…
Browse files Browse the repository at this point in the history
…support-for-improved-dotnet

fix: [OSM-1797] Fixing multi-project bug related to Improved .NET scans
  • Loading branch information
dotkas authored Jul 9, 2024
2 parents e6e95f4 + d5ad0da commit b082b4c
Show file tree
Hide file tree
Showing 16 changed files with 105 additions and 25,258 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ commands:
command: |
apk add --update nodejs npm bash maven git go gradle python3 py3-pip elixir composer
pip3 install pipenv requests PyYAML
wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh && chmod +x dotnet-install.sh && ./dotnet-install.sh
failed-release-notification:
steps:
Expand Down
14 changes: 7 additions & 7 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 @@ -123,7 +123,7 @@
"snyk-mvn-plugin": "3.5.0",
"snyk-nodejs-lockfile-parser": "1.56.1",
"snyk-nodejs-plugin": "1.1.1",
"snyk-nuget-plugin": "2.5.1",
"snyk-nuget-plugin": "2.7.2",
"snyk-php-plugin": "1.9.2",
"snyk-policy": "^1.25.0",
"snyk-python-plugin": "2.1.1",
Expand Down
4 changes: 0 additions & 4 deletions test/acceptance/workspaces/nuget-app-6-no-rid/.gitignore

This file was deleted.

Loading

0 comments on commit b082b4c

Please sign in to comment.