Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 15 additions & 12 deletions .github/workflows/cve-scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,21 @@ on:
description: 'Set by the CVE Scanning Schedule workflow when dispatching this on a schedule (enables Slack notifications).'
type: boolean
default: false
push:
branches:
- master
paths:
- 'pom.xml'
- 'CVE-suppressions.xml'
- '.github/workflows/cve-scanning.yml'
pull_request:
paths:
- 'pom.xml'
- 'CVE-suppressions.xml'
- '.github/workflows/cve-scanning.yml'
# Disabled: CVE failures should surface via the scheduled scan
# (cve-scanning-schedule.yml), not on every pom.xml bump. Uncomment to
# re-enable push/PR triggering.
# push:
# branches:
# - master
# paths:
# - 'pom.xml'
# - 'CVE-suppressions.xml'
# - '.github/workflows/cve-scanning.yml'
# pull_request:
# paths:
# - 'pom.xml'
# - 'CVE-suppressions.xml'
# - '.github/workflows/cve-scanning.yml'

# Cancel previous jobs
concurrency:
Expand Down