Skip to content

Commit 7e7e83b

Browse files
committed
Remove extraneous trailing slash
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent bcf2462 commit 7e7e83b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/trivy_images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
# The runAutomationDetails's id field must contain a unique category as required by the CodeQL SARIF uploader
7171
# This value will be interpreted like so: "${category}/${run_id}"
7272
filename=$(basename "$f")/
73-
jq --arg id "$filename" '.runAutomationDetails.id = $id/' < tmp > "$f"
73+
jq --arg id "$filename" '.runAutomationDetails.id = $id' < tmp > "$f"
7474
done
7575
- uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
7676
with:

0 commit comments

Comments
 (0)