From 590b9503f0eac262a9a6907d6a5879c67cd41a09 Mon Sep 17 00:00:00 2001 From: svc-security-workflows <138818428+svc-security-workflows@users.noreply.github.com> Date: Tue, 22 Aug 2023 10:44:35 +0100 Subject: [PATCH] Delete security-workflow.yml --- .github/workflows/security-workflow.yml | 42 ------------------------- 1 file changed, 42 deletions(-) delete mode 100644 .github/workflows/security-workflow.yml diff --git a/.github/workflows/security-workflow.yml b/.github/workflows/security-workflow.yml deleted file mode 100644 index 0fe0a3b6f..000000000 --- a/.github/workflows/security-workflow.yml +++ /dev/null @@ -1,42 +0,0 @@ -# Do not modify! This file is managed through automation. -# Contact Security Engineering in #security-engineering. - -name: Security -on: - schedule: - - cron: '15 0 * * 0' - pull_request: - types: - - opened - - synchronize - - reopened - - ready_for_review - branches: - - master - - 'release**' - - 'production**' - push: - branches: - - master - - 'release**' - - 'production**' - workflow_dispatch: - -jobs: - code-scan: - name: Code - if: ${{ !github.event_name == 'pull_request' || !github.event.pull_request.draft }} - uses: Addepar/security-workflows/.github/workflows/security-scan-code.yml@main - secrets: inherit - - library-scan: - name: Library - if: ${{ !github.event_name == 'pull_request' || !github.event.pull_request.draft }} - uses: Addepar/security-workflows/.github/workflows/security-scan-library.yml@main - secrets: inherit - - configuration-scan: - name: Configuration - if: ${{ !github.event_name == 'pull_request' || !github.event.pull_request.draft }} - uses: Addepar/security-workflows/.github/workflows/security-scan-configuration.yml@main - secrets: inherit \ No newline at end of file