Skip to content

Commit fc8bca7

Browse files
authored
Merge pull request #26 from homoluctus/feature/readme
Modify badge and cron
2 parents cc36503 + 01e76c2 commit fc8bca7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Gitrivy
22

3-
![GitHub release (latest by date)](https://img.shields.io/github/v/release/homoluctus/gitrivy?color=brightgreen)
3+
![GitHub release (latest by date)](https://img.shields.io/github/v/release/homoluctus/gitrivy?color=brightgreen&include_prereleases)
44
![GitHub](https://img.shields.io/github/license/homoluctus/gitrivy?color=brightgreen)
55

66
This is a GitHub Actions to scan vulnerability using [Trivy](https://github.com/aquasecurity/trivy).<br>
@@ -40,7 +40,7 @@ name: Vulnerability Scan
4040

4141
on:
4242
schedule:
43-
- cron: '0 9 * * *'
43+
- cron: '00 9 * * *'
4444

4545
jobs:
4646
scan:

0 commit comments

Comments
 (0)