Skip to content

Commit e332bde

Browse files
backnotpropclaude
andcommitted
refactor: Move verify-release.sh to scripts directory
Moved from docs/sbom/ to scripts/ alongside install.sh/install.ps1 for consistency. Updated documentation links accordingly. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 49eea58 commit e332bde

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/sbom/slsa-verification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ SLSA Level 3 guarantees: non-forgeable provenance (signed by GitHub OIDC, not ma
77
## Quick Verification
88

99
```bash
10-
curl -fsSL https://raw.githubusercontent.com/eqtylab/cupcake/main/docs/sbom/verify-release.sh | bash
10+
curl -fsSL https://raw.githubusercontent.com/eqtylab/cupcake/main/scripts/verify-release.sh | bash
1111
```
1212

13-
Or download and run locally: [`verify-release.sh`](./verify-release.sh)
13+
Or download and run locally: [`scripts/verify-release.sh`](../../scripts/verify-release.sh)
1414

1515
## Manual Verification
1616

0 commit comments

Comments
 (0)