summaryrefslogtreecommitdiffstats
path: root/ansible_collections/azure/azcollection/azure-pipelines.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-18 05:52:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-18 05:52:27 +0000
commit3b0807ad7b283c46c21862eb826dcbb4ad04e5e2 (patch)
tree6461ea75f03eca87a5a90c86c3c9a787a6ad037e /ansible_collections/azure/azcollection/azure-pipelines.yml
parentAdding debian version 7.7.0+dfsg-3. (diff)
downloadansible-3b0807ad7b283c46c21862eb826dcbb4ad04e5e2.tar.xz
ansible-3b0807ad7b283c46c21862eb826dcbb4ad04e5e2.zip
Merging upstream version 9.4.0+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/azure/azcollection/azure-pipelines.yml')
-rw-r--r--ansible_collections/azure/azcollection/azure-pipelines.yml73
1 files changed, 35 insertions, 38 deletions
diff --git a/ansible_collections/azure/azcollection/azure-pipelines.yml b/ansible_collections/azure/azcollection/azure-pipelines.yml
index 406dc2575..1c9e13b86 100644
--- a/ansible_collections/azure/azcollection/azure-pipelines.yml
+++ b/ansible_collections/azure/azcollection/azure-pipelines.yml
@@ -2,44 +2,41 @@ trigger:
batch: true
branches:
include:
- - "*"
+ - "*"
jobs:
-- job: CG
- pool:
- name: pool-ubuntu-2004
+ - job: CG
+ pool:
+ name: pool-ubuntu-2004
- steps:
- - task: ComponentGovernanceComponentDetection@0
- inputs:
- scanType: 'Register'
- verbosity: 'Verbose'
- alertWarningLevel: 'Medium'
- failOnAlert: true
-
-- job: CredScan
- pool:
- vmImage: "windows-2019"
-
- steps:
- - task: ea576cd4-c61f-48f8-97e7-a3cb07b90a6f@2
- inputs:
- toolMajorVersion: 'V2'
- suppressionsFile: 'CredScanSuppressions.json'
-
- - task: securedevelopmentteam.vss-secure-development-tools.build-task-postanalysis.PostAnalysis@1
- inputs:
- AllTools: false
- APIScan: false
- BinSkim: false
- CodesignValidation: false
- CredScan: true
- FortifySCA: false
- FxCop: false
- ModernCop: false
- PoliCheck: false
- RoslynAnalyzers: false
- SDLNativeRules: false
- Semmle: false
- TSLint: false
- ToolLogsNotFoundAction: 'Standard'
+ steps:
+ - task: ComponentGovernanceComponentDetection@0
+ inputs:
+ scanType: 'Register'
+ verbosity: 'Verbose'
+ alertWarningLevel: 'Medium'
+ failOnAlert: true
+ - job: CredScan
+ pool:
+ vmImage: "windows-2019"
+ steps:
+ - task: ea576cd4-c61f-48f8-97e7-a3cb07b90a6f@2
+ inputs:
+ toolMajorVersion: 'V2'
+ suppressionsFile: 'CredScanSuppressions.json'
+ - task: securedevelopmentteam.vss-secure-development-tools.build-task-postanalysis.PostAnalysis@1
+ inputs:
+ AllTools: false
+ APIScan: false
+ BinSkim: false
+ CodesignValidation: false
+ CredScan: true
+ FortifySCA: false
+ FxCop: false
+ ModernCop: false
+ PoliCheck: false
+ RoslynAnalyzers: false
+ SDLNativeRules: false
+ Semmle: false
+ TSLint: false
+ ToolLogsNotFoundAction: 'Standard'