Skip to content

Commit

Permalink
[readme] Fix a little
Browse files Browse the repository at this point in the history
  • Loading branch information
homoluctus committed Dec 6, 2019
1 parent 4a23816 commit e8c23ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ name: Vulnerability Scan

on:
schedule:
- cron: '00 9 * * *'
- cron: '0 9 * * *'

jobs:
scan:
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Pull docker image
run: docker pull sample

- uses: homoluctus/gitrivy@v0.0.1
- uses: homoluctus/gitrivy@v1.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
image: sample
Expand Down

0 comments on commit e8c23ae

Please sign in to comment.