Skip to content

Commit e8c23ae

Browse files
committed
[readme] Fix a little
1 parent 4a23816 commit e8c23ae

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
@@ -41,7 +41,7 @@ name: Vulnerability Scan
4141

4242
on:
4343
schedule:
44-
- cron: '00 9 * * *'
44+
- cron: '0 9 * * *'
4545

4646
jobs:
4747
scan:
@@ -51,7 +51,7 @@ jobs:
5151
- name: Pull docker image
5252
run: docker pull sample
5353

54-
- uses: homoluctus/gitrivy@v0.0.1
54+
- uses: homoluctus/gitrivy@v1.0.0
5555
with:
5656
token: ${{ secrets.GITHUB_TOKEN }}
5757
image: sample

0 commit comments

Comments
 (0)