ci: always run container and dependency vulnerability scans on PRs (#11582)

This commit is contained in:
César Arroba
2026-06-15 10:38:28 +02:00
committed by GitHub
parent 15bfa39b23
commit a679865cce
8 changed files with 15 additions and 79 deletions
-7
View File
@@ -16,13 +16,6 @@ on:
branches:
- "master"
- "v5.*"
paths:
- 'api/**'
- '.github/workflows/api-tests.yml'
- '.github/workflows/api-security.yml'
- '.github/actions/setup-python-uv/**'
- '.github/actions/osv-scanner/**'
- '.github/scripts/osv-scan.sh'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}