Skip to content

fix: Allow the PyPI publishing workflows to be used as reusable workflows by requiring a token for uploading the package #52

fix: Allow the PyPI publishing workflows to be used as reusable workflows by requiring a token for uploading the package

fix: Allow the PyPI publishing workflows to be used as reusable workflows by requiring a token for uploading the package #52

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