Skip to content

Commit

Permalink
Update policheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dluc authored Aug 14, 2024
1 parent 8414c51 commit 05809ad
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/policheck.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
- task: securedevelopmentteam.vss-secure-development-tools.build-task-policheck.PoliCheck@2
displayName: 'Run PoliCheck'
inputs:
targetType: F
optionsPE: '1|2|3|4'
optionsUEPATH: '$(Build.SourcesDirectory)\.github\policheck-exclusions.xml'
optionsRulesDBPath: '$(Build.SourcesDirectory)\.github\policheck-exclusions.mdb'
displayName: 'Run PoliCheck'
inputs:
targetType: F
optionsPE: '1|2|3|4'
optionsUEPATH: '$(Build.SourcesDirectory)\.github\policheck-exclusions.xml'
optionsRulesDBPath: '$(Build.SourcesDirectory)\.github\policheck-exclusions.mdb'

- task: securedevelopmentteam.vss-secure-development-tools.build-task-postanalysis.PostAnalysis@2
displayName: 'Policheck Break Build'
inputs:
GdnBreakAllTools: false
GdnBreakGdnToolPoliCheck: true
GdnBreakGdnToolPoliCheckSeverity: Warning
inputs:
GdnBreakAllTools: false
GdnBreakGdnToolPoliCheck: true
GdnBreakGdnToolPoliCheckSeverity: Warning

0 comments on commit 05809ad

Please sign in to comment.