Skip to content

Commit

Permalink
tesT
Browse files Browse the repository at this point in the history
  • Loading branch information
Baja-KS committed Aug 2, 2024
1 parent ec98c0b commit 88f74ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ jobs:
sudo mv dockle /usr/local/bin
ls
echo "------"
ls ${{ matrix.workdir }}
dockle --exit-level fatal --format json --output ${{ matrix.workdir }}/dockle_scan_output.json --input my-image.tar
dockle --exit-level fatal --format json --output ${{ matrix.workdir }}/dockle_scan_output.json --input ./my-image.tar
echo "outcome=success" >> $GITHUB_OUTPUT
# - name: Scan Docker image with Dockle
Expand Down

0 comments on commit 88f74ee

Please sign in to comment.