Skip to content

feat(cedar): real Cedar policy engine binding for the local policy (#30) #15

feat(cedar): real Cedar policy engine binding for the local policy (#30)

feat(cedar): real Cedar policy engine binding for the local policy (#30) #15

Workflow file for this run

name: SBOM
on:
push:
branches: [main]
release:
types: [published]
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
permissions:
contents: write
id-token: write
jobs:
sbom:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Generate SBOM
uses: anchore/sbom-action@v0
with:
format: spdx-json
output-file: sbom.spdx.json
- name: Upload SBOM artifact
uses: actions/upload-artifact@v7
with:
name: sbom
path: sbom.spdx.json