Skip to content

Commit

Permalink
feat: use image directly from dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajmouriyakong committed Sep 19, 2024
1 parent 4b0fec2 commit d8ab18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security-actions/scan-docker-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ runs:
files: "${{ steps.meta.outputs.scan_image }}"

- name: Generate docker-cis JSON report
uses: docker://ghcr.io/aquasecurity/trivy:0.55.2
uses: docker://aquasec/trivy:0.55.2
if: ${{ inputs.skip_trivy_scan != 'true' && steps.meta.outputs.scan_image != '' }}
id: cis_json
with:
Expand Down

0 comments on commit d8ab18e

Please sign in to comment.