fix: add workflow file to Docker scan triggers to enable testing

This commit is contained in:
Arunavo Ray
2025-06-15 14:15:27 +05:30
parent 5fec1e6a58
commit 00fb66baa7

View File

@@ -8,6 +8,7 @@ on:
- '.dockerignore'
- 'package.json'
- 'bun.lock*'
- '.github/workflows/docker-scan.yml'
pull_request:
branches: [ main ]
paths:
@@ -15,6 +16,7 @@ on:
- '.dockerignore'
- 'package.json'
- 'bun.lock*'
- '.github/workflows/docker-scan.yml'
schedule:
- cron: '0 0 * * 0' # Run weekly on Sunday at midnight