ci: add SBOM and secscan workflow - #75
Open
tonyandrewmeyer wants to merge 2 commits into
Open
Conversation
tonyandrewmeyer
marked this pull request as draft
May 30, 2026 09:21
Adds sbomber manifest and sbom-secscan workflow to scan the published charm artifact on charmhub (2.x/stable, ubuntu@20.04). Runs on a cycle-aligned schedule (10 April and October) and via workflow_dispatch. No build step needed — sbomber fetches the charm directly from charmhub. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
tonyandrewmeyer
force-pushed
the
add-sbom-secscan
branch
from
May 30, 2026 09:31
65c97c4 to
afc8e28
Compare
tonyandrewmeyer
marked this pull request as ready for review
May 30, 2026 09:32
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Ubuntu charm is a Charm Tech product so should have the standard SSDLC secscan process.
.github/.sbomber-manifest.yamlpointing at theubuntucharm on charmhub (2.x/stable,ubuntu@20.04).github/workflows/sbom-secscan.yamlto run the sbomber scan on a cycle-aligned schedule (10 April and October) and viaworkflow_dispatchWe currently have automated publishing for this charm, so the workflow runs once per cycle, meeting the SSDLC minimum requirements. If we add automated publishing in the future, we should adjust this workflow to be triggered by that.