2026-02-13 11:23:24 -08:00
|
|
|
import { buildSLSAProvenancePredicate } from '@actions/attest'
|
|
|
|
|
|
|
|
|
|
import type { Predicate } from '@actions/attest'
|
|
|
|
|
|
|
|
|
|
export const generateProvenancePredicate = async (): Promise<Predicate> => {
|
|
|
|
|
return buildSLSAProvenancePredicate()
|
|
|
|
|
}
|