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 f3bd06a commit 01e76c2Copy full SHA for 01e76c2
README.md
@@ -1,6 +1,6 @@
1
# Gitrivy
2
3
-
+
4

5
6
This is a GitHub Actions to scan vulnerability using [Trivy](https://github.com/aquasecurity/trivy).<br>
@@ -40,7 +40,7 @@ name: Vulnerability Scan
40
41
on:
42
schedule:
43
- - cron: '0 9 * * *'
+ - cron: '00 9 * * *'
44
45
jobs:
46
scan:
0 commit comments