Skip to content

feat: add cyclonedx sbom to releases #3

feat: add cyclonedx sbom to releases

feat: add cyclonedx sbom to releases #3

# Download and invoke cyclonedx-gomod in a single step
name: CycloneDX SBOM generate
on:
workflow_dispatch:
release:
types: [created]
permissions: read-all
jobs:
generate:
uses: CycloneDX/gh-gomod-generate-sbom@v2

Check failure on line 12 in .github/workflows/go-cyclonedx-sbom.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/go-cyclonedx-sbom.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
with:
version: v1
args: mod -licenses -json -output bom.json