Skip to content

Commit

Permalink
debug imgs
Browse files Browse the repository at this point in the history
  • Loading branch information
Baja-KS committed Aug 26, 2024
1 parent 39a1732 commit cf7123c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,14 @@ jobs:
tar zxvf dockle_0.4.14_Linux-64bit.tar.gz
sudo mv dockle /usr/local/bin
dockle --exit-level fatal --format json --output ${{ matrix.workdir }}/dockle_scan_output.json ${{ steps.image_lowercase.outputs.lowercase }}:${{ env.TAG }}
docker images
echo "-------"
echo "grepping"
echo "--------"
docker images | grep '${{ steps.image_lowercase.outputs.lowercase }}:${{ env.TAG }}'
dockle --exit-level fatal --format json --output ${{ matrix.workdir }}/dockle_scan_output.json '${{ steps.image_lowercase.outputs.lowercase }}:${{ env.TAG }}'
echo " dockle exited w/ $?"
cat ${{ matrix.workdir }}/dockle_scan_output.json
Expand Down

0 comments on commit cf7123c

Please sign in to comment.