We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe1316 commit d3ba463Copy full SHA for d3ba463
README.md
@@ -39,7 +39,7 @@ name: GitHub Security Alerts for Jira
39
40
on:
41
schedule:
42
- - cron: '*/15 * * * *'
+ - cron: '0 */6 * * *'
43
44
jobs:
45
syncSecurityAlerts:
@@ -74,4 +74,4 @@ After that, you can execute the Symfony console app like so:
74
docker-compose run --rm ghsec-jira --verbose --dry-run
75
```
76
77
-Remove the `--dry-run` option to actually create issues in Jira.
+Remove the `--dry-run` option to actually create issues in Jira.
0 commit comments