We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e82a17 commit 0f1fd86Copy full SHA for 0f1fd86
src/sfn-prowler-task.ts
@@ -85,7 +85,7 @@ export class SfnProwlerTask extends constructs.Construct {
85
}),
86
image: ecs.ContainerImage.fromRegistry(
87
// renovate: datasource=docker depName=toniblyx/prowler
88
- "toniblyx/prowler:5.2.0@sha256:bf839943a246096bb989cdac7408f5bec7c406eb0c0434d945f39255ab913b92",
+ "toniblyx/prowler:5.10.2@sha256:653b38ad1e8102befa7411cb49103d5ed0a3bcbcc614d44c69a6b4cc5db3a6da",
89
),
90
command: [
91
"aws",
0 commit comments