This repository was archived by the owner on Mar 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 147
Dropping windows tests, but keeping cred-scan #542
Merged
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
6427438
Dropping windows tests, but keeping cred-scan
dumbledad 36c764d
changelog
dumbledad 62bb8bf
changelog
dumbledad d72e333
New YAML for Windows
dumbledad 985eee0
typos
dumbledad 4b3c36b
num processors step removed for Windows
dumbledad f09efba
Adding back Windows ComponentGovernanceComponentDetection
dumbledad File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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,20 @@ | ||
| steps: | ||
| - template: checkout_windows.yml | ||
|
|
||
| - task: CredScan@3 | ||
| condition: and(succeeded(), eq( variables['Agent.OS'], 'Windows_NT' )) | ||
|
|
||
| - task: PostAnalysis@1 | ||
| condition: and(succeeded(), eq( variables['Agent.OS'], 'Windows_NT' )) | ||
| displayName: 'Post Analysis' | ||
| inputs: | ||
| CredScan: true | ||
|
|
||
| - task: ComponentGovernanceComponentDetection@0 | ||
| condition: succeeded() | ||
| inputs: | ||
| scanType: 'Register' | ||
| verbosity: 'Normal' | ||
| alertWarningLevel: 'High' | ||
| failOnAlert: true | ||
| failOnStderr: true | ||
This file contains hidden or 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 hidden or 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,17 @@ | ||
| steps: | ||
| - checkout: self | ||
| lfs: true | ||
| submodules: true | ||
|
|
||
| - bash: | | ||
| subdir=Scripts | ||
| echo "Adding this directory to PATH: $CONDA/$subdir" | ||
| echo "##vso[task.prependpath]$CONDA/$subdir" | ||
| displayName: Add conda to PATH | ||
| condition: succeeded() | ||
|
|
||
| - bash: | | ||
| conda install conda=4.8.3 -y | ||
| conda --version | ||
| conda list | ||
| displayName: Print conda version and initial package list |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.