mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-09 21:16:48 +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'
|
- '.dockerignore'
|
||||||
- 'package.json'
|
- 'package.json'
|
||||||
- 'bun.lock*'
|
- 'bun.lock*'
|
||||||
|
- '.github/workflows/docker-scan.yml'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
paths:
|
paths:
|
||||||
@@ -15,6 +16,7 @@ on:
|
|||||||
- '.dockerignore'
|
- '.dockerignore'
|
||||||
- 'package.json'
|
- 'package.json'
|
||||||
- 'bun.lock*'
|
- 'bun.lock*'
|
||||||
|
- '.github/workflows/docker-scan.yml'
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * 0' # Run weekly on Sunday at midnight
|
- cron: '0 0 * * 0' # Run weekly on Sunday at midnight
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user