mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-06 11:36:44 +03:00
fix: add workflow file to Docker scan triggers to enable testing
This commit is contained in:
2
.github/workflows/docker-scan.yml
vendored
2
.github/workflows/docker-scan.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user