Skip to content

Commit

Permalink
Fix post analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
calebkiage committed Oct 19, 2023
1 parent 8472347 commit 757f58e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .azure-pipelines/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ stages:
optionsUEPATH: $(System.DefaultWorkingDirectory)/.azure-pipelines/config/PoliCheckExclusions.xml
optionsSEV: "1|2"
optionsPE: 2
result: poli_result_src.xml

# Install the nuget tool.
- task: NuGetToolInstaller@1
Expand Down Expand Up @@ -94,14 +93,12 @@ stages:
- task: PublishSecurityAnalysisLogs@2
displayName: "Publish Security Analysis Logs"
inputs:
ArtifactName: SecurityLogs
ArtifactName: CodeAnalysisLogs

- task: PostAnalysis@1
- task: PostAnalysis@2
displayName: "Post Analysis"
inputs:
BinSkim: true
CredScan: true
PoliCheck: true
GdnBreakAllTools: true

- task: UseDotNet@2
displayName: "Add .NET 2"
Expand Down

0 comments on commit 757f58e

Please sign in to comment.