Skip to content

Commit d2c291e

Browse files
authored
Merge pull request #74 from stekern/renovate/toniblyx-prowler-5.x
fix(deps): update toniblyx/prowler docker tag to v5.2.0
2 parents 423d5d6 + fb38af7 commit d2c291e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/__snapshots__/app.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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": {

src/sfn-prowler-task.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)