Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/workflows/cbom.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: CBOM Generation (IBM PQCA)
on:
workflow_dispatch:

jobs:
cbom-scan:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Create CBOM
uses: cbomkit/cbomkit-action@v2.1.1
id: cbom
env:
CBOMKIT_LANGUAGES: java

- name: Upload CBOM Artifact
uses: actions/upload-artifact@v4
with:
name: "CBOM-Output"
path: ${{ steps.cbom.outputs.pattern }}