ci: improve image tag handling and add staging to security scan

This commit is contained in:
2025-11-01 21:34:40 +01:00
parent c51e09c6b6
commit 9ecc88a0eb
2 changed files with 7 additions and 3 deletions

View File

@@ -2,9 +2,9 @@ name: Security Vulnerability Scan
on:
push:
branches: [ main, develop ]
branches: [ main, staging, develop ]
pull_request:
branches: [ main, develop ]
branches: [ main, staging, develop ]
schedule:
# Daily security scan at 2 AM UTC
- cron: '0 2 * * *'