Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaguiar authored Oct 28, 2024
1 parent d740c95 commit 0d5301f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions USES.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ steps:
uses: openaf/ojob-action@v5
with:
ojob: 'ojob.io/sec/trivy'
args: 'dockerOptions="-v trivy-db:/root/.cache/trivy" options="image --download-java-db-only"
args: 'dockerOptions="-v trivy-db:/root/.cache/trivy" options="image --download-java-db-only"'

- name: Retrieve trivy database
uses: openaf/ojob-action@v5
with:
ojob: 'ojob.io/sec/trivy'
args: 'dockerOptions="-v trivy-db:/root/.cache/trivy" options="image --download-db-only"
args: 'dockerOptions="-v trivy-db:/root/.cache/trivy" options="image --download-db-only"'

- name: Store the trivy databases in cache
run : |
Expand Down

0 comments on commit 0d5301f

Please sign in to comment.