- Notifications
You must be signed in to change notification settings - Fork906
Commitabe3ad6
authored
fix: add continue-on-error to SBOM generation and force flag to cosign clean (#17288)
This PR makes the SBOM generation and attestation process more resilientby:1. Adding `continue-on-error: true` to the SBOM generation steps in bothCI and release workflows2. Adding `--force=true` flag to all `cosign clean` commands to ensurethey don't fail if in a non-interactive shell (which is the case for CI)Change-Id: Ide303c059b1a3d0e3fd77863310e99668325bc69Signed-off-by: Thomas Kosiewski <tk@coder.com>Signed-off-by: Thomas Kosiewski <tk@coder.com>1 parent0e878a8 commitabe3ad6
2 files changed
+4
-3
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1182 | 1182 |
| |
1183 | 1183 |
| |
1184 | 1184 |
| |
| 1185 | + | |
1185 | 1186 |
| |
1186 | 1187 |
| |
1187 | 1188 |
| |
| |||
1200 | 1201 |
| |
1201 | 1202 |
| |
1202 | 1203 |
| |
1203 |
| - | |
| 1204 | + | |
1204 | 1205 |
| |
1205 | 1206 |
| |
1206 | 1207 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
509 | 509 |
| |
510 | 510 |
| |
511 | 511 |
| |
512 |
| - | |
| 512 | + | |
513 | 513 |
| |
514 | 514 |
| |
515 | 515 |
| |
| |||
522 | 522 |
| |
523 | 523 |
| |
524 | 524 |
| |
525 |
| - | |
| 525 | + | |
526 | 526 |
| |
527 | 527 |
| |
528 | 528 |
| |
|
0 commit comments
Comments
(0)