Files
attest-sbom/predicate/action.yml
Brian DeHamer 55e972012f make node24 upgrade (#204)
Co-authored-by: Salman Muin Kayser Chishti <salmanmkc@github.com>
2025-08-28 15:33:55 -07:00

20 lines
458 B
YAML

name: 'SBOM Predicate'
description: 'Generate predicate for SBOM attestations'
author: 'GitHub'
inputs:
sbom-path:
description: >
Path to the SBOM file to generate sbom statement
required: false
outputs:
predicate-path:
description: >
The path to the JSON-serialized of the attestation predicate
predicate-type:
description: >
URI identifying the type of the predicate.
runs:
using: node24
main: ../dist/index.js