-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
Introduced in #731:
pebble/.sbomber-manifest-snap.yaml
Lines 12 to 15 in d2838bb
| ssdlc_params: | |
| name: 'pebble' | |
| version: '' # auto-detect | |
| channel: 'stable' |
On push to master, pebble snap is pushed to latest/edge.
One release, the snap is pushed to latest/candidate.
As far as I know, candidate is promoted to stable manually (seems undocumented, cc @benhoyt).
Which means that the workflow .github/workflows/sbom-secscan.yaml automated via on: push: tags: ["v*"] won't see the newest release.
The current work-around is to run the workflow manually via on: workflow_dispatch:.
Metadata
Metadata
Assignees
Labels
No labels