File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -856,6 +856,8 @@ chainloop_summary() {
856
856
digest=$( cat c8-push.txt | grep " Digest: " | awk -F' sha256:' ' {print $2}' )
857
857
echo " **[Chainloop Trust Report]( https://app.chainloop.dev/attestation/sha256:${digest} )**" >> $tmpfile
858
858
echo " \`\`\` " >> $tmpfile
859
+ fi
860
+ if [ -f c8-status.txt ]; then
859
861
cat c8-status.txt >> $tmpfile
860
862
echo " \`\`\` " >> $tmpfile
861
863
fi
Original file line number Diff line number Diff line change @@ -161,6 +161,8 @@ chainloop_summary() {
161
161
digest=$( cat c8-push.txt | grep " Digest: " | awk -F' sha256:' ' {print $2}' )
162
162
echo " **[Chainloop Trust Report]( https://app.chainloop.dev/attestation/sha256:${digest} )**" >> $tmpfile
163
163
echo " \`\`\` " >> $tmpfile
164
+ fi
165
+ if [ -f c8-status.txt ]; then
164
166
cat c8-status.txt >> $tmpfile
165
167
echo " \`\`\` " >> $tmpfile
166
168
fi
You can’t perform that action at this time.
0 commit comments