We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f7f1bc commit f030cddCopy full SHA for f030cdd
.github/workflows/scan.yaml
@@ -31,7 +31,7 @@ jobs:
31
image: ${{ fromJson(needs.image_list.outputs.matrix) }}
32
steps:
33
- name: Debug
34
- run: echo ${{image }}
+ run: echo ${{ matrix.image }}
35
# - name: Run Grype image
36
# uses: MaibornWolff/secobserve_actions_templates/actions/SCA/grype_image@main
37
# with:
0 commit comments