mirror of
https://github.com/actions/attest-build-provenance.git
synced 2025-12-14 03:12:20 +00:00
5 lines
278 B
TypeScript
5 lines
278 B
TypeScript
export { AttestOptions, AttestProvenanceOptions, attest, attestProvenance } from './attest';
|
|
export { generateProvenancePredicate } from './provenance';
|
|
export { generateSBOMPredicate } from './sbom';
|
|
export type { Attestation, Predicate, Subject, SBOM } from './shared.types';
|