Skip to content

Commit bff40be

Browse files
authored
docs: Fix oras command not found (#413)
1 parent fc1500a commit bff40be

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ jobs:
147147
update-trivy-db:
148148
runs-on: ubuntu-latest
149149
steps:
150+
- name: Setup oras
151+
uses: oras-project/setup-oras@v1
152+
150153
- name: Get current date
151154
id: date
152155
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)