Skip to content

Commit 4b94772

Browse files
authored
Clean up docker scout scan job names (#7965)
1 parent 2d9285f commit 4b94772

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/image-promotion.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ jobs:
384384
preflight_version: 1.11.1
385385

386386
scan-docker-oss:
387-
name: Scan ${{ matrix.image }}-${{ matrix.target }}
387+
name: Scan ${{ matrix.image }}
388388
runs-on: ubuntu-22.04
389389
needs: [checks, tag-candidate]
390390
permissions:
@@ -402,7 +402,7 @@ jobs:
402402
- name: Make directory for security scan results
403403
id: directory
404404
run: |
405-
directory=${{ matrix.image }}-${{ matrix.target }}-results
405+
directory=${{ matrix.image }}-results
406406
echo "directory=${directory}" >> $GITHUB_OUTPUT
407407
mkdir -p "${directory}"
408408

0 commit comments

Comments
 (0)