Skip to content

Commit c0dcb90

Browse files
committed
feat: update the value for policy kind type enum
1 parent c6f8689 commit c0dcb90

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Shared/types.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -460,10 +460,9 @@ export interface SeverityCount {
460460
unknown: number
461461
}
462462
export enum PolicyKindType {
463-
lockConfiguration = 'lock-configuration-dummy',
463+
lockConfiguration = 'lock-configuration',
464464
imagePromotion = 'image-promotion',
465-
// TODO: Update after BE is ready
466-
plugins = 'lock-configuration',
465+
plugins = 'plugin',
467466
}
468467

469468
export interface LastExecutionResultType {

0 commit comments

Comments
 (0)