We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d65ccf8 commit 6a47a89Copy full SHA for 6a47a89
.vsts-ci/templates/release-general.yml
@@ -83,8 +83,15 @@ steps:
83
optionsFTPATH: '$(Build.SourcesDirectory)\tools\terms\FileTypeSet.xml'
84
# toolVersion: 5.8.2.1
85
86
+- pwsh: |
87
+ Get-ChildItem -Exclude node_modules | Get-ChildItem -Recurse | ForEach-Object FullName > "$env:BUILD_SOURCESDIRECTORY/credscan.tsv"
88
+ displayName: Create credscan.tsv as the list of files to scan
89
+
90
- task: CredScan@2
91
condition: succeededOrFailed()
92
+ inputs:
93
+ debugMode: false
94
+ scanFolder: '$(Build.SourcesDirectory)/credscan.tsv'
95
96
# Publish results as artifacts
97
- task: PublishSecurityAnalysisLogs@3
0 commit comments