Skip to content

Commit

Permalink
ci: add scheduled security run
Browse files Browse the repository at this point in the history
  • Loading branch information
diegofigs committed Dec 18, 2024
1 parent d7f1580 commit 55a1b88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/security-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: "Security Analysis"

on:
Expand All @@ -7,6 +6,8 @@ on:
- master
pull_request:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"

jobs:
contract_analysis:
Expand Down

0 comments on commit 55a1b88

Please sign in to comment.