Skip to content

Commit 73a418c

Browse files
ayush3797Ayush AgarwalAniruddh25
authored
Updating static analysis build tasks versions (#1226)
* Pushing branch to check latest versions * updating policheck version * restoring changes * updating build task versions for cred scan and abti malware scan * confirming updates * confirmed changes --------- Co-authored-by: Ayush Agarwal <[email protected]> Co-authored-by: Aniruddh Munde <[email protected]>
1 parent 06d21b7 commit 73a418c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pipelines/templates/static-tools.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
IsSoftware: true
3535

3636
# Analyze source and build output text files for credentials
37-
- task: securedevelopmentteam.vss-secure-development-tools.build-task-credscan.CredScan@2
37+
- task: CredScan@3
3838
displayName: 'CredScan'
3939
inputs:
4040
toolMajorVersion: V2
@@ -44,13 +44,13 @@ jobs:
4444
verboseOutput: false
4545

4646
# Scan text elements including code, code comments, and content/web pages, for sensitive terms based on legal, cultural, or geopolitical reasons
47-
- task: securedevelopmentteam.vss-secure-development-tools.build-task-policheck.PoliCheck@1
47+
- task: PoliCheck@2
4848
displayName: 'PoliCheck'
4949
inputs:
5050
targetType: F
5151

5252
# AntiMalware scan
53-
- task: securedevelopmentteam.vss-secure-development-tools.build-task-antimalware.AntiMalware@3
53+
- task: AntiMalware@4
5454
displayName: 'AntiMalware'
5555
inputs:
5656
EnableServices: true

0 commit comments

Comments
 (0)