Skip to content

Commit

Permalink
Revert "[INTERNAL] CI: Fixes Revert disabling Binskim as nuget repo f…
Browse files Browse the repository at this point in the history
…ailing (#4785)" (#4902)
  • Loading branch information
kirankumarkolli authored Nov 23, 2024
1 parent 8b06b82 commit d7169f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/static-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:

- task: securedevelopmentteam.vss-secure-development-tools.build-task-binskim.BinSkim@4
displayName: 'BinSkim'
condition: eq(1,2) #disablng as nuget repo failing
inputs:
AnalyzeTargetGlob: $(Build.SourcesDirectory)\Microsoft.Azure.Cosmos\src\bin\Release\netstandard2.0\Microsoft.Azure.Cosmos.Client.dll
AnalyzeRecurse: true
Expand All @@ -36,6 +37,7 @@ jobs:
# Analyze source and build output text files for credentials
- task: securedevelopmentteam.vss-secure-development-tools.build-task-credscan.CredScan@3
displayName: 'CredScan'
condition: eq(1,2) #disablng as nuget repo failing
inputs:
toolMajorVersion: V2
scanFolder: $(Build.SourcesDirectory)
Expand All @@ -46,6 +48,7 @@ jobs:
# Scan text elements including code, code comments, and content/web pages, for sensitive terms based on legal, cultural, or geopolitical reasons
- task: securedevelopmentteam.vss-secure-development-tools.build-task-policheck.PoliCheck@2
displayName: 'PoliCheck'
condition: eq(1,2) #disablng as nuget repo failing
inputs:
targetType: F
optionsFC: 0
Expand Down

0 comments on commit d7169f4

Please sign in to comment.