Skip to content

Commit c0e28e2

Browse files
authored
added section to security hub rules (#1191)
1 parent 2f8e7dc commit c0e28e2

File tree

1 file changed

+3
-0
lines changed
  • src/deployments/cdk/src/deployments/cloud-watch

1 file changed

+3
-0
lines changed

src/deployments/cdk/src/deployments/cloud-watch/step-3.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ export async function step3(props: CloudWatchStep3Props) {
8484
Severity: {
8585
Label: severityLabels,
8686
},
87+
Workflow: {
88+
Status: ['NEW'],
89+
},
8790
},
8891
},
8992
};

0 commit comments

Comments
 (0)