Skip to content

Commit 74c8979

Browse files
authored
Merge pull request #8850 from ProcessMaker/trivy-scanner
Enable a nightly workflow so we can run the trivy scanner
2 parents 374156c + 93189fc commit 74c8979

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Nightly
2+
3+
on:
4+
schedule:
5+
- cron: '0 0 * * *' # midnight UTC
6+
workflow_dispatch:
7+
8+
jobs:
9+
nightly:
10+
uses: processmaker/.github/.github/workflows/nightly.yml@main
11+
secrets: inherit

0 commit comments

Comments
 (0)