Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dummy update descriptor #5

Merged
merged 10 commits into from
Apr 8, 2023
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion flavors/ci_light/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

##################
Expand Down
2 changes: 1 addition & 1 deletion flavors/cupcake/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion flavors/documentation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

##################
Expand Down
2 changes: 1 addition & 1 deletion flavors/dotnet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

##################
Expand Down
2 changes: 1 addition & 1 deletion flavors/go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

##################
Expand Down
2 changes: 1 addition & 1 deletion flavors/java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

##################
Expand Down
2 changes: 1 addition & 1 deletion flavors/javascript/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

##################
Expand Down
2 changes: 1 addition & 1 deletion flavors/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

##################
Expand Down
2 changes: 1 addition & 1 deletion flavors/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

##################
Expand Down
2 changes: 1 addition & 1 deletion flavors/ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

##################
Expand Down
2 changes: 1 addition & 1 deletion flavors/rust/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

##################
Expand Down
2 changes: 1 addition & 1 deletion flavors/salesforce/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

##################
Expand Down
2 changes: 1 addition & 1 deletion flavors/security/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion flavors/swift/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

##################
Expand Down
2 changes: 1 addition & 1 deletion flavors/terraform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion linters/repository_gitleaks/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

##################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down