mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-21 12:11:28 +00:00
remove run of dependency-chec workflow for release branches (already done in check release workflow)
This commit is contained in:
9
.github/workflows/dependency-check.yml
vendored
9
.github/workflows/dependency-check.yml
vendored
@@ -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 <https://github.com/${{ github.repository }}/actions/run/${{ github.run_id }}|report> 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
|
||||
MSG_MINIMAL: true
|
||||
Reference in New Issue
Block a user