We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 831fdcd commit 4ed51afCopy full SHA for 4ed51af
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.0.0@sha256:3b58ca4cbf1376f2c6b1a97a293caeebe68530568abf195860f847634b083b75",
+ "toniblyx/prowler:5.0.3@sha256:82dfaf4e8c60d665ed96c44374a554f41cd2cc1209e9f47b29dd2aac1430f766",
89
),
90
command: [
91
"aws",
0 commit comments