/** * Status of an artifact scan evaluation. */ export type ScanStatusV3 = 'ALLOWED' | 'BLOCKED' | 'UNKNOWN' | 'WARN';