We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d9285f commit 4b94772Copy full SHA for 4b94772
.github/workflows/image-promotion.yml
@@ -384,7 +384,7 @@ jobs:
384
preflight_version: 1.11.1
385
386
scan-docker-oss:
387
- name: Scan ${{ matrix.image }}-${{ matrix.target }}
+ name: Scan ${{ matrix.image }}
388
runs-on: ubuntu-22.04
389
needs: [checks, tag-candidate]
390
permissions:
@@ -402,7 +402,7 @@ jobs:
402
- name: Make directory for security scan results
403
id: directory
404
run: |
405
- directory=${{ matrix.image }}-${{ matrix.target }}-results
+ directory=${{ matrix.image }}-results
406
echo "directory=${directory}" >> $GITHUB_OUTPUT
407
mkdir -p "${directory}"
408
0 commit comments