ci: improve image tag handling and add staging to security scan
This commit is contained in:
@@ -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 * * *'
|
||||
|
||||
Reference in New Issue
Block a user