Skip to content

SBOM

SBOM #5

Workflow file for this run

name: SBOM
on: [workflow_dispatch]
env:
GH_TOKEN: ${{ github.token }}
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Generate SBOM
run: |
cd examples/DisplayImage
gh ext install advanced-security/gh-sbom
gh sbom | jq