Add OSS component scan to CI build · microsoft/vssetup.powershell@936d264 (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 936d264
Add OSS component scan to CI build
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -34,6 +34,9 @@ steps: | ||
34 | 34 | BuildPlatform: $(BuildPlatform) |
35 | 35 | Sign: true |
36 | 36 | |
37 | +- task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0 | |
38 | +displayName: Detect components | |
39 | + | |
37 | 40 | - task: ms-vseng.MicroBuildTasks.521a94ea-9e68-468a-8167-6dcf361ea776.MicroBuildCleanup@1 |
38 | 41 | displayName: Clean up |
39 | 42 | condition: succeededOrFailed() |