Only scan OSS components in src dir · microsoft/vssetup.powershell@1bc4e8d (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 1bc4e8d
Only scan OSS components in src dir
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -36,6 +36,8 @@ steps: | ||
36 | 36 | |
37 | 37 | - task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0 |
38 | 38 | displayName: Detect components |
39 | +inputs: | |
40 | +sourceScanPath: $(Build.SourcesDirectory) | |
39 | 41 | |
40 | 42 | - task: ms-vseng.MicroBuildTasks.521a94ea-9e68-468a-8167-6dcf361ea776.MicroBuildCleanup@1 |
41 | 43 | displayName: Clean up |