Skip to content

Commit

Permalink
fix(deps): update toniblyx/prowler docker tag to v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent 2ce8c29 commit 37498d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sfn-prowler-task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export class SfnProwlerTask extends constructs.Construct {
}),
image: ecs.ContainerImage.fromRegistry(
// renovate: datasource=docker depName=toniblyx/prowler
"toniblyx/prowler:5.0.5@sha256:0ea598c0fff42b1439bd01aef4cc8def44b818e8f731a0209e76474f13e77799",
"toniblyx/prowler:5.2.0@sha256:bf839943a246096bb989cdac7408f5bec7c406eb0c0434d945f39255ab913b92",
),
command: [
"aws",
Expand Down

0 comments on commit 37498d8

Please sign in to comment.