Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@ jobs:
fi
done

# Clean up vulnerability scan files so they don't get picked up by the create-pull-request action
rm -f ./vuln-*.json
Comment thread
jiparis marked this conversation as resolved.

# Attest the cli binaries
binaries=$(cat dist/artifacts.json | jq -r '.[] | select(.type=="Binary" and .extra.ID!="binaries-cli") | select(.path | startswith("dist/cli")) | .path')
echo "$binaries" | while IFS= read -r entry; do
Expand Down
16 changes: 0 additions & 16 deletions vuln-artifact-cas-amd64.json

This file was deleted.

16 changes: 0 additions & 16 deletions vuln-artifact-cas-arm64.json

This file was deleted.

16 changes: 0 additions & 16 deletions vuln-artifact-cas-v1-82-0.json

This file was deleted.

16 changes: 0 additions & 16 deletions vuln-artifact-cas-v1-82-1.json

This file was deleted.

16 changes: 0 additions & 16 deletions vuln-cli-amd64.json

This file was deleted.

16 changes: 0 additions & 16 deletions vuln-cli-arm64.json

This file was deleted.

16 changes: 0 additions & 16 deletions vuln-cli-v1-82-0.json

This file was deleted.

16 changes: 0 additions & 16 deletions vuln-cli-v1-82-1.json

This file was deleted.

16 changes: 0 additions & 16 deletions vuln-control-plane-amd64.json

This file was deleted.

16 changes: 0 additions & 16 deletions vuln-control-plane-arm64.json

This file was deleted.

Loading
Loading