Skip to content

Add SBOM scan workflow (#3) #2

Add SBOM scan workflow (#3)

Add SBOM scan workflow (#3) #2

Workflow file for this run

---
name: Create & Scan SBOM
on:
push:
branches: [main]
pull_request:
branches: [main]
release:
types: [published]
jobs:
sbom-scan:
uses: ./.github/workflows/_reusable-sbom-scan.yml
permissions:
security-events: write
contents: write
id-token: write
attestations: write