Skip to content

Commit 08d3290

Browse files
committed
asav
1 parent 87fb07d commit 08d3290

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/vulnerability.yaml

+2-10
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,6 @@ jobs:
7373
# - name: Harden-Runner
7474
# uses: step-security/[email protected]
7575

76-
- name: Extract dockerfile path info
77-
id: dockerfile-info
78-
run: |
79-
DIRNAME=$(dirname "${{ matrix.dockerfile }}")
80-
BASENAME=$(basename "${{ matrix.dockerfile }}")
81-
echo "dirname=$DIRNAME" >> $GITHUB_OUTPUT
82-
echo "basename=$BASENAME" >> $GITHUB_OUTPUT
83-
8476
- name: Build Docker image
8577
# yamllint disable rule:line-length
8678
run: |
@@ -103,6 +95,6 @@ jobs:
10395
uses: github/codeql-action/upload-sarif@v3
10496
if: always()
10597
with:
106-
sarif_file: trivy-results-${{ matrix.dockerfile }}.sarif
107-
category: trivy-${{ matrix.dockerfile }}
98+
sarif_file: 'trivy-results-${{ matrix.dockerfile }}.sarif'
99+
category: 'trivy-${{ matrix.dockerfile }}'
108100
...

0 commit comments

Comments
 (0)