Skip to content

Commit

Permalink
fix workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
chr1st1ank committed Mar 6, 2024
1 parent 2b674ad commit 28faec5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/security-scans.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Security scans
on:
schedule:
- "15 12 * * *"
- cron: "15 12 * * *"
pull_request:
workflow_dispatch:
jobs:
build:
name: Trivy repository scan
Expand Down

0 comments on commit 28faec5

Please sign in to comment.