Skip to content

Commit

Permalink
added section to security hub rules (aws-samples#1191)
Browse files Browse the repository at this point in the history
  • Loading branch information
hickeydh-aws authored Nov 1, 2023
1 parent 2f8e7dc commit c0e28e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/deployments/cdk/src/deployments/cloud-watch/step-3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ export async function step3(props: CloudWatchStep3Props) {
Severity: {
Label: severityLabels,
},
Workflow: {
Status: ['NEW'],
},
},
},
};
Expand Down

0 comments on commit c0e28e2

Please sign in to comment.