From a3d5bab1ad614c0e91eef3dc31351e196a098949 Mon Sep 17 00:00:00 2001 From: jzazo Date: Fri, 21 Mar 2025 12:45:56 +0000 Subject: [PATCH] chore: remove non working azure pipeline component governance --- .azure-pipelines/cg.yml | 17 ----------------- .azure-pipelines/cg.yml.jinja | 17 ----------------- 2 files changed, 34 deletions(-) delete mode 100644 .azure-pipelines/cg.yml delete mode 100644 .azure-pipelines/cg.yml.jinja diff --git a/.azure-pipelines/cg.yml b/.azure-pipelines/cg.yml deleted file mode 100644 index 5bfd329..0000000 --- a/.azure-pipelines/cg.yml +++ /dev/null @@ -1,17 +0,0 @@ -trigger: [main] -pr: [main] -schedules: - - cron: "0 0 * * 1" - displayName: "Weekly: cookie-doh" - branches: - include: - - main -pool: - vmImage: ubuntu-latest -steps: - - task: ComponentGovernanceComponentDetection@0 - inputs: - showAlertLink: true - failOnAlert: true - failOnStderr: true - logLevel: debug diff --git a/.azure-pipelines/cg.yml.jinja b/.azure-pipelines/cg.yml.jinja deleted file mode 100644 index 06f9b65..0000000 --- a/.azure-pipelines/cg.yml.jinja +++ /dev/null @@ -1,17 +0,0 @@ -trigger: [main] -pr: [main] -schedules: - - cron: "0 0 * * 1" - displayName: "Weekly: {{project_name}}" - branches: - include: - - main -pool: - vmImage: ubuntu-latest -steps: - - task: ComponentGovernanceComponentDetection@0 - inputs: - showAlertLink: true - failOnAlert: true - failOnStderr: true - logLevel: debug