File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7097,7 +7097,7 @@ exports[`SfnProwlerTask should match snapshot 1`] = `
70977097 " FAIL" ,
70987098 ],
70997099 " Essential" : true ,
7100- " Image" : " toniblyx/prowler:5.0.5 @sha256:0ea598c0fff42b1439bd01aef4cc8def44b818e8f731a0209e76474f13e77799 " ,
7100+ " Image" : " toniblyx/prowler:5.2.0 @sha256:bf839943a246096bb989cdac7408f5bec7c406eb0c0434d945f39255ab913b92 " ,
71017101 " LogConfiguration" : {
71027102 " LogDriver" : " awslogs" ,
71037103 " Options" : {
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ export class SfnProwlerTask extends constructs.Construct {
8585 } ) ,
8686 image : ecs . ContainerImage . fromRegistry (
8787 // renovate: datasource=docker depName=toniblyx/prowler
88- "toniblyx/prowler:5.0.5 @sha256:0ea598c0fff42b1439bd01aef4cc8def44b818e8f731a0209e76474f13e77799 " ,
88+ "toniblyx/prowler:5.2.0 @sha256:bf839943a246096bb989cdac7408f5bec7c406eb0c0434d945f39255ab913b92 " ,
8989 ) ,
9090 command : [
9191 "aws" ,
You can’t perform that action at this time.
0 commit comments