Skip to content

Conversation

Lantero
Copy link

@Lantero Lantero commented Oct 3, 2025

No description provided.

@Lantero Lantero force-pushed the scan-image-action branch 4 times, most recently from 46c03b6 to 0e83ad3 Compare October 7, 2025 08:10
@Lantero Lantero force-pushed the scan-image-action branch from 0e83ad3 to 95bbb52 Compare October 7, 2025 08:32
@Lantero Lantero force-pushed the scan-image-action branch from 95bbb52 to 1245d3a Compare October 7, 2025 08:38
id: extract-registry
shell: bash
run: |
IMAGE_NAME="${{ inputs.image_name }}"

Check failure

Code scanning / zizmor

code injection via template expansion Error

code injection via template expansion
@Lantero Lantero force-pushed the scan-image-action branch from 1245d3a to efe6f8a Compare October 7, 2025 08:51
- name: Setup Trivy (Latest)
id: setup-trivy-latest
if: inputs.trivy_version == ''
uses: aquasecurity/[email protected]

Check failure

Code scanning / zizmor

unpinned action reference Error

unpinned action reference
- name: Setup Trivy (Pinned)
id: setup-trivy-pinned
if: inputs.trivy_version != ''
uses: aquasecurity/[email protected]

Check failure

Code scanning / zizmor

unpinned action reference Error

unpinned action reference
@Lantero Lantero force-pushed the scan-image-action branch 2 times, most recently from 85aa95e to a30172f Compare October 7, 2025 08:56
@Lantero Lantero force-pushed the scan-image-action branch from a30172f to 501778d Compare October 7, 2025 08:57
id: run-trivy
shell: bash
run: |
trivy image ${{ inputs.image_name }} -f json > trivy.json

Check failure

Code scanning / zizmor

code injection via template expansion Error

code injection via template expansion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant