Skip to content

Commit a653b4e

Browse files
berfinyukselclaude
andauthored
SBOM cleanup (#142)
* Remove legacy root sbom.json superseded by automated workflow The sbom/sbom.json is now auto-generated by the SBOM workflow (added in #106), making the manually-maintained root sbom.json obsolete. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Add daily SBOM schedule trigger Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c489fef commit a653b4e

2 files changed

Lines changed: 2 additions & 16293 deletions

File tree

.github/workflows/sbom.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
tags:
66
- "v[0-9][0-9][0-9][0-9].[0-9]*"
7+
schedule:
8+
- cron: "0 0 * * *"
79
workflow_dispatch:
810

911
permissions:

0 commit comments

Comments
 (0)