diff --git a/.github/workflows/security-workflow.yml b/.github/workflows/security-workflow.yml deleted file mode 100644 index 0fe0a3b..0000000 --- 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