Skip to content

Commit c5513a9

Browse files
authored
fix(ci): clean up grype scan files after attestation (#2863)
Signed-off-by: Jose I. Paris <jiparis@chainloop.dev>
1 parent 0e0519f commit c5513a9

17 files changed

Lines changed: 3 additions & 1100 deletions

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,9 @@ jobs:
177177
fi
178178
done
179179
180+
# Clean up vulnerability scan files so they don't get picked up by the create-pull-request action
181+
rm -f ./vuln-*.json
182+
180183
# Attest the cli binaries
181184
binaries=$(cat dist/artifacts.json | jq -r '.[] | select(.type=="Binary" and .extra.ID!="binaries-cli") | select(.path | startswith("dist/cli")) | .path')
182185
echo "$binaries" | while IFS= read -r entry; do

vuln-artifact-cas-amd64.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

vuln-artifact-cas-arm64.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

vuln-artifact-cas-v1-82-0.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

vuln-artifact-cas-v1-82-1.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

vuln-cli-amd64.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

vuln-cli-arm64.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

vuln-cli-v1-82-0.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

vuln-cli-v1-82-1.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

vuln-control-plane-amd64.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)