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