From fdd4762a0a9f76048454bd441d417fb38c0bace5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edouard=20Choini=C3=A8re?= <27212526+echoix@users.noreply.github.com> Date: Tue, 4 Apr 2023 19:46:56 -0400 Subject: [PATCH 1/2] Dummy update descriptor --- megalinter/descriptors/repository.megalinter-descriptor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/megalinter/descriptors/repository.megalinter-descriptor.yml b/megalinter/descriptors/repository.megalinter-descriptor.yml index a60a68d99d1..635cb271375 100644 --- a/megalinter/descriptors/repository.megalinter-descriptor.yml +++ b/megalinter/descriptors/repository.megalinter-descriptor.yml @@ -188,7 +188,7 @@ linters: - "gitleaks detect -c .gitleaks.toml --no-git --verbose --source ." install: dockerfile: - - FROM zricethezav/gitleaks:v8.16.1 as gitleaks + - FROM zricethezav/gitleaks:v8.16.2 as gitleaks - COPY --link --from=gitleaks /usr/bin/gitleaks /usr/bin/ # GOODCHECK From 3f32807096687f5e491002a422f69f3b4436e7cc Mon Sep 17 00:00:00 2001 From: echoix Date: Wed, 5 Apr 2023 01:00:14 +0000 Subject: [PATCH 2/2] [build-command] Update generated files --- Dockerfile | 2 +- flavors/ci_light/Dockerfile | 2 +- flavors/cupcake/Dockerfile | 2 +- flavors/documentation/Dockerfile | 2 +- flavors/dotnet/Dockerfile | 2 +- flavors/go/Dockerfile | 2 +- flavors/java/Dockerfile | 2 +- flavors/javascript/Dockerfile | 2 +- flavors/php/Dockerfile | 2 +- flavors/python/Dockerfile | 2 +- flavors/ruby/Dockerfile | 2 +- flavors/rust/Dockerfile | 2 +- flavors/salesforce/Dockerfile | 2 +- flavors/security/Dockerfile | 2 +- flavors/swift/Dockerfile | 2 +- flavors/terraform/Dockerfile | 2 +- linters/repository_gitleaks/Dockerfile | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2ccbf17805f..6e8c0b3f63e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ FROM yoheimuta/protolint:latest as protolint FROM golang:alpine as dustilock RUN GOBIN=/usr/bin go install github.com/checkmarx/dustilock@v1.2.0 -FROM zricethezav/gitleaks:v8.16.1 as gitleaks +FROM zricethezav/gitleaks:v8.16.2 as gitleaks FROM ghcr.io/terraform-linters/tflint:v0.45.0 as tflint FROM tenable/terrascan:1.18.0 as terrascan FROM alpine/terragrunt:latest as terragrunt diff --git a/flavors/ci_light/Dockerfile b/flavors/ci_light/Dockerfile index 5db0ddcc9ab..54fe50c135e 100644 --- a/flavors/ci_light/Dockerfile +++ b/flavors/ci_light/Dockerfile @@ -16,7 +16,7 @@ FROM koalaman/shellcheck:stable as shellcheck FROM mvdan/shfmt:latest-alpine as shfmt FROM hadolint/hadolint:v2.12.0-alpine as hadolint FROM mrtazz/checkmake:latest as checkmake -FROM zricethezav/gitleaks:v8.16.1 as gitleaks +FROM zricethezav/gitleaks:v8.16.2 as gitleaks #FROM__END ################## diff --git a/flavors/cupcake/Dockerfile b/flavors/cupcake/Dockerfile index 480557bc894..a5cb09ed779 100644 --- a/flavors/cupcake/Dockerfile +++ b/flavors/cupcake/Dockerfile @@ -29,7 +29,7 @@ RUN GOBIN=/usr/bin go install github.com/mgechev/revive@latest FROM mrtazz/checkmake:latest as checkmake FROM ghcr.io/phpstan/phpstan:latest-php8.1 as phpstan -FROM zricethezav/gitleaks:v8.16.1 as gitleaks +FROM zricethezav/gitleaks:v8.16.2 as gitleaks FROM ghcr.io/terraform-linters/tflint:v0.45.0 as tflint FROM tenable/terrascan:1.18.0 as terrascan FROM alpine/terragrunt:latest as terragrunt diff --git a/flavors/documentation/Dockerfile b/flavors/documentation/Dockerfile index ea87d4f667b..149674e910a 100644 --- a/flavors/documentation/Dockerfile +++ b/flavors/documentation/Dockerfile @@ -23,7 +23,7 @@ FROM hadolint/hadolint:v2.12.0-alpine as hadolint FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker FROM mrtazz/checkmake:latest as checkmake FROM yoheimuta/protolint:latest as protolint -FROM zricethezav/gitleaks:v8.16.1 as gitleaks +FROM zricethezav/gitleaks:v8.16.2 as gitleaks #FROM__END ################## diff --git a/flavors/dotnet/Dockerfile b/flavors/dotnet/Dockerfile index 0bbbd12f70b..ec53cfd0ceb 100644 --- a/flavors/dotnet/Dockerfile +++ b/flavors/dotnet/Dockerfile @@ -23,7 +23,7 @@ FROM hadolint/hadolint:v2.12.0-alpine as hadolint FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker FROM mrtazz/checkmake:latest as checkmake FROM yoheimuta/protolint:latest as protolint -FROM zricethezav/gitleaks:v8.16.1 as gitleaks +FROM zricethezav/gitleaks:v8.16.2 as gitleaks #FROM__END ################## diff --git a/flavors/go/Dockerfile b/flavors/go/Dockerfile index 5433bbbf37b..59740a91448 100644 --- a/flavors/go/Dockerfile +++ b/flavors/go/Dockerfile @@ -29,7 +29,7 @@ RUN GOBIN=/usr/bin go install github.com/mgechev/revive@latest FROM mrtazz/checkmake:latest as checkmake FROM yoheimuta/protolint:latest as protolint -FROM zricethezav/gitleaks:v8.16.1 as gitleaks +FROM zricethezav/gitleaks:v8.16.2 as gitleaks #FROM__END ################## diff --git a/flavors/java/Dockerfile b/flavors/java/Dockerfile index d1e67ef9814..ee65f5aab57 100644 --- a/flavors/java/Dockerfile +++ b/flavors/java/Dockerfile @@ -23,7 +23,7 @@ FROM hadolint/hadolint:v2.12.0-alpine as hadolint FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker FROM mrtazz/checkmake:latest as checkmake FROM yoheimuta/protolint:latest as protolint -FROM zricethezav/gitleaks:v8.16.1 as gitleaks +FROM zricethezav/gitleaks:v8.16.2 as gitleaks #FROM__END ################## diff --git a/flavors/javascript/Dockerfile b/flavors/javascript/Dockerfile index c5fd1d224eb..8833ca00ab7 100644 --- a/flavors/javascript/Dockerfile +++ b/flavors/javascript/Dockerfile @@ -22,7 +22,7 @@ FROM mvdan/shfmt:latest-alpine as shfmt FROM hadolint/hadolint:v2.12.0-alpine as hadolint FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker FROM yoheimuta/protolint:latest as protolint -FROM zricethezav/gitleaks:v8.16.1 as gitleaks +FROM zricethezav/gitleaks:v8.16.2 as gitleaks #FROM__END ################## diff --git a/flavors/php/Dockerfile b/flavors/php/Dockerfile index 783bcb5149f..bcb017eb48d 100644 --- a/flavors/php/Dockerfile +++ b/flavors/php/Dockerfile @@ -23,7 +23,7 @@ FROM hadolint/hadolint:v2.12.0-alpine as hadolint FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker FROM ghcr.io/phpstan/phpstan:latest-php8.1 as phpstan FROM yoheimuta/protolint:latest as protolint -FROM zricethezav/gitleaks:v8.16.1 as gitleaks +FROM zricethezav/gitleaks:v8.16.2 as gitleaks #FROM__END ################## diff --git a/flavors/python/Dockerfile b/flavors/python/Dockerfile index fa8c4a4605d..728deb6495c 100644 --- a/flavors/python/Dockerfile +++ b/flavors/python/Dockerfile @@ -23,7 +23,7 @@ FROM hadolint/hadolint:v2.12.0-alpine as hadolint FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker FROM mrtazz/checkmake:latest as checkmake FROM yoheimuta/protolint:latest as protolint -FROM zricethezav/gitleaks:v8.16.1 as gitleaks +FROM zricethezav/gitleaks:v8.16.2 as gitleaks #FROM__END ################## diff --git a/flavors/ruby/Dockerfile b/flavors/ruby/Dockerfile index 5a663fc65ba..20dcb8c7f88 100644 --- a/flavors/ruby/Dockerfile +++ b/flavors/ruby/Dockerfile @@ -22,7 +22,7 @@ FROM mvdan/shfmt:latest-alpine as shfmt FROM hadolint/hadolint:v2.12.0-alpine as hadolint FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker FROM yoheimuta/protolint:latest as protolint -FROM zricethezav/gitleaks:v8.16.1 as gitleaks +FROM zricethezav/gitleaks:v8.16.2 as gitleaks #FROM__END ################## diff --git a/flavors/rust/Dockerfile b/flavors/rust/Dockerfile index 7d4e952ce3c..20a72526d61 100644 --- a/flavors/rust/Dockerfile +++ b/flavors/rust/Dockerfile @@ -22,7 +22,7 @@ FROM mvdan/shfmt:latest-alpine as shfmt FROM hadolint/hadolint:v2.12.0-alpine as hadolint FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker FROM yoheimuta/protolint:latest as protolint -FROM zricethezav/gitleaks:v8.16.1 as gitleaks +FROM zricethezav/gitleaks:v8.16.2 as gitleaks #FROM__END ################## diff --git a/flavors/salesforce/Dockerfile b/flavors/salesforce/Dockerfile index ea621965b8b..a1348dad0e9 100644 --- a/flavors/salesforce/Dockerfile +++ b/flavors/salesforce/Dockerfile @@ -22,7 +22,7 @@ FROM mvdan/shfmt:latest-alpine as shfmt FROM hadolint/hadolint:v2.12.0-alpine as hadolint FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker FROM yoheimuta/protolint:latest as protolint -FROM zricethezav/gitleaks:v8.16.1 as gitleaks +FROM zricethezav/gitleaks:v8.16.2 as gitleaks #FROM__END ################## diff --git a/flavors/security/Dockerfile b/flavors/security/Dockerfile index 0f3bacfe3ef..8256140c014 100644 --- a/flavors/security/Dockerfile +++ b/flavors/security/Dockerfile @@ -17,7 +17,7 @@ FROM hadolint/hadolint:v2.12.0-alpine as hadolint FROM golang:alpine as dustilock RUN GOBIN=/usr/bin go install github.com/checkmarx/dustilock@v1.2.0 -FROM zricethezav/gitleaks:v8.16.1 as gitleaks +FROM zricethezav/gitleaks:v8.16.2 as gitleaks FROM ghcr.io/terraform-linters/tflint:v0.45.0 as tflint FROM tenable/terrascan:1.18.0 as terrascan FROM alpine/terragrunt:latest as terragrunt diff --git a/flavors/swift/Dockerfile b/flavors/swift/Dockerfile index 29f6f202d6f..a9ccd73d723 100644 --- a/flavors/swift/Dockerfile +++ b/flavors/swift/Dockerfile @@ -22,7 +22,7 @@ FROM mvdan/shfmt:latest-alpine as shfmt FROM hadolint/hadolint:v2.12.0-alpine as hadolint FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker FROM yoheimuta/protolint:latest as protolint -FROM zricethezav/gitleaks:v8.16.1 as gitleaks +FROM zricethezav/gitleaks:v8.16.2 as gitleaks #FROM__END ################## diff --git a/flavors/terraform/Dockerfile b/flavors/terraform/Dockerfile index 82eb9b8a163..e3796f03fe2 100644 --- a/flavors/terraform/Dockerfile +++ b/flavors/terraform/Dockerfile @@ -22,7 +22,7 @@ FROM mvdan/shfmt:latest-alpine as shfmt FROM hadolint/hadolint:v2.12.0-alpine as hadolint FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker FROM yoheimuta/protolint:latest as protolint -FROM zricethezav/gitleaks:v8.16.1 as gitleaks +FROM zricethezav/gitleaks:v8.16.2 as gitleaks FROM ghcr.io/terraform-linters/tflint:v0.45.0 as tflint FROM tenable/terrascan:1.18.0 as terrascan FROM alpine/terragrunt:latest as terragrunt diff --git a/linters/repository_gitleaks/Dockerfile b/linters/repository_gitleaks/Dockerfile index 2c5bde6e26b..3a401a750cf 100644 --- a/linters/repository_gitleaks/Dockerfile +++ b/linters/repository_gitleaks/Dockerfile @@ -11,7 +11,7 @@ ## @generated by .automation/build.py using descriptor files, please do not update manually ## ############################################################################################# #FROM__START -FROM zricethezav/gitleaks:v8.16.1 as gitleaks +FROM zricethezav/gitleaks:v8.16.2 as gitleaks #FROM__END ##################