Skip to content

Commit

Permalink
fix(ci): Add missing oras command (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiryoh authored Dec 19, 2024
1 parent 72c4683 commit d43f896
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-trivy-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
update-trivy-db:
runs-on: ubuntu-latest
steps:
- name: Setup oras
uses: oras-project/setup-oras@v1

- name: Get current date
id: date
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit d43f896

Please sign in to comment.