Skip to content

Commit

Permalink
run checkmarx.yml daily
Browse files Browse the repository at this point in the history
  • Loading branch information
hardl authored Oct 1, 2024
1 parent 6e6d8a5 commit 02ca11e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/checkmarx.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Checkmarx One Scan
on: workflow_dispatch
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
jobs:
trigger_scan:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 02ca11e

Please sign in to comment.