-
Notifications
You must be signed in to change notification settings - Fork 565
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: enable cocoapods for --all-projects scanning
When running `snyk test --all-projects` by default pick up also `Podfile` and `Podfile.lock` Supported for `test` and `monitor`
- Loading branch information
Showing
10 changed files
with
88 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
test/acceptance/workspaces/monorepo-with-nuget/src/cocoapods-app/Podfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
target 'SampleApp' do | ||
platform :ios, '6.0' | ||
pod 'Reachability', '3.1.0' | ||
end |
14 changes: 14 additions & 0 deletions
14
test/acceptance/workspaces/monorepo-with-nuget/src/cocoapods-app/Podfile.lock
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
PODS: | ||
- Reachability (3.1.0) | ||
|
||
DEPENDENCIES: | ||
- Reachability (= 3.1.0) | ||
|
||
SPEC REPOS: | ||
trunk: | ||
- Reachability | ||
|
||
SPEC CHECKSUMS: | ||
Reachability: 3c8fe9643e52184d17f207e781cd84158da8c02b | ||
|
||
PODFILE CHECKSUM: eef52b2296b88c87f94cf0f232f010176b9f11cd |
7 changes: 0 additions & 7 deletions
7
test/acceptance/workspaces/monorepo-with-nuget/src/emailservice/requirements.in
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
test/acceptance/workspaces/monorepo-with-nuget/src/emailservice/requirements.txt
This file was deleted.
Oops, something went wrong.