Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
DnPlas committed Sep 25, 2024
1 parent f78780a commit ca7bee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scan-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
needs: get-images
strategy:
matrix:
image: ${{ fromJSON(needs.get-images.outputs.matrix) }}
image: ${{ fromJSON(needs.get-images.outputs.images-array) }}
steps:
- name: Run Trivy vulnerability scanner
uses: aquasecurity/[email protected]
Expand Down

0 comments on commit ca7bee7

Please sign in to comment.