mirror of
https://github.com/actions/attest-build-provenance.git
synced 2025-12-14 03:12:20 +00:00
3 lines
126 B
TypeScript
3 lines
126 B
TypeScript
import type { SBOM, Predicate } from './shared.types';
|
|
export declare const generateSBOMPredicate: (sbom: SBOM) => Predicate;
|