From 975f66f2eebe9dadba04f275774d4ab83f74cf25 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 14:04:41 +0200 Subject: Adding upstream version 7.7.0+dfsg. Signed-off-by: Daniel Baumann --- .../azure/azcollection/azure-pipelines.yml | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 ansible_collections/azure/azcollection/azure-pipelines.yml (limited to 'ansible_collections/azure/azcollection/azure-pipelines.yml') diff --git a/ansible_collections/azure/azcollection/azure-pipelines.yml b/ansible_collections/azure/azcollection/azure-pipelines.yml new file mode 100644 index 000000000..406dc2575 --- /dev/null +++ b/ansible_collections/azure/azcollection/azure-pipelines.yml @@ -0,0 +1,45 @@ +trigger: + batch: true + branches: + include: + - "*" + +jobs: +- 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' -- cgit v1.2.3