Skip to content

Commit

Permalink
fix: cyclonedx SBOM
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneboulden committed Sep 16, 2024
1 parent fc9702c commit 0ac7cfe
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/go-cyclonedx-sbom.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# Download and invoke cyclonedx-gomod in a single step
name: CycloneDX SBOM generate
on:
workflow_dispatch:
release:
types: [created]
workflow_dispatch:
release:
types: [created]

permissions: read-all

jobs:
generate:
uses: CycloneDX/gh-gomod-generate-sbom@v2
name: CycloneDX GoMod Generate SBOM
uses: CycloneDX/[email protected]
with:
version: v1
args: mod -licenses -json -output bom.json

0 comments on commit 0ac7cfe

Please sign in to comment.