We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd031b3 commit fda5a3eCopy full SHA for fda5a3e
1 file changed
scripts/get-pcr.sh
@@ -92,6 +92,9 @@ curl -L https://security.access.redhat.com/data/63405576.txt -o cosign-pub-key.p
92
# Ensure output directory exists
93
mkdir -p ~/.coco-pattern
94
95
+# Clean up any existing measurement files
96
+rm -f ~/.coco-pattern/measurements-raw.json ~/.coco-pattern/measurements.json
97
+
98
# Download the measurements using podman cp (works on macOS with remote podman)
99
podman pull --authfile $PULL_SECRET_PATH $IMAGE
100
0 commit comments