Skip to content

Commit

Permalink
fix: update cli args for prowler
Browse files Browse the repository at this point in the history
  • Loading branch information
stekern committed Sep 21, 2024
1 parent a70052d commit 19d40e2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/sfn-prowler-task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,11 @@ export class SfnProwlerTask extends constructs.Construct {
"json-asff",
"--region",
region,
"--security-hub", // send to security hub
"--quiet", // only send failed checks
// Enable security hub
"--security-hub",
// Only send failed checks
"--status",
"FAIL",
],
})
taskDefinition.taskRole.addManagedPolicy(
Expand Down

0 comments on commit 19d40e2

Please sign in to comment.