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.
2 parents cc36503 + 01e76c2 commit fc8bca7Copy full SHA for fc8bca7
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