Skip to content

Commit

Permalink
CredScan & PoliCheck ADO Pipelines (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
Breanna-Stryker authored Oct 25, 2021
1 parent 1e00cc9 commit 769d415
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .azure-devops/cred-poli-scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

pr:
- main

pool:
vmImage: windows-latest

jobs:
- job: ADOPoliCredScanCheck
steps:
- task: PoliCheck@1
inputs:
inputType: 'Basic'
targetType: 'F'
targetArgument: '$(System.DefaultWorkingDirectory)'
result: 'PoliCheck.xml'
- publish: D:\a\1\_sdt\logs\PoliCheck\PoliCheck.xml
artifact: PoliCheck.xml
- task: CredScan@2
inputs:
toolMajorVersion: 'V2'
scanFolder: '$(System.DefaultWorkingDirectory)'

0 comments on commit 769d415

Please sign in to comment.