From 851838e3a2d9ee1ac35da515b6ac03638204a2dc Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Tue, 12 Dec 2023 14:58:48 +0100 Subject: [PATCH] remove run of dependency-chec workflow for release branches (already done in check release workflow) --- .github/workflows/dependency-check.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/dependency-check.yml b/.github/workflows/dependency-check.yml index b7742f9e8..bebbaad63 100644 --- a/.github/workflows/dependency-check.yml +++ b/.github/workflows/dependency-check.yml @@ -2,9 +2,6 @@ name: OWASP Maven Dependency Check on: schedule: - cron: '0 7 * * 0' - push: - branches: - - 'release/**' workflow_dispatch: @@ -47,8 +44,4 @@ jobs: SLACK_TITLE: "Vulnerabilities in ${{ github.event.repository.name }} detected." SLACK_MESSAGE: "Download the for more details." SLACK_FOOTER: false - MSG_MINIMAL: true - - name: Failing workflow on release branch - if: github.event_name == 'push' && steps.dependency-check.outcome == 'failure' - shell: bash - run: exit 1 \ No newline at end of file + MSG_MINIMAL: true \ No newline at end of file