Skip to content

Correct the SBOM workflow/config #755

@dimaqq

Description

@dimaqq

Introduced in #731:

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions