Skip to content

Commit

Permalink
Upgrade base image to python:3.11.4-alpine3.17 (#2738)
Browse files Browse the repository at this point in the history
* Bump zricethezav/gitleaks from v8.16.3 to v8.16.4

Bumps zricethezav/gitleaks from v8.16.3 to v8.16.4.

---
updated-dependencies:
- dependency-name: zricethezav/gitleaks
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump python from 3.11.3-alpine3.17 to 3.11.4-alpine3.17

Bumps python from 3.11.3-alpine3.17 to 3.11.4-alpine3.17.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Upgrade base image to python:3.11.4-alpine3.17

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
nvuillam and dependabot[bot] committed Jun 11, 2023
1 parent 4e43f1f commit 6e259c1
Show file tree
Hide file tree
Showing 131 changed files with 150 additions and 147 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-linter.yml file, or with `oxsecurity/megalinter:beta` docker image

- Core
- Upgrade base image to **python:3.11.4-alpine3.17**

- Linter enhancements & fixes
- cljstyle: Remove default value for configuration file name
- golangci-lint : Add autofix capability using **--fix** argument
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -34,7 +34,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.3 as gitleaks
FROM zricethezav/gitleaks:v8.16.4 as gitleaks
FROM checkmarx/kics:alpine as kics
FROM jdkato/vale:latest as vale
FROM ghcr.io/terraform-linters/tflint:v0.46.1 as tflint
Expand All @@ -47,7 +47,7 @@ FROM alpine/terragrunt:latest as terragrunt
##################
# Get base image #
##################
FROM python:3.11.3-alpine3.17
FROM python:3.11.4-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
4 changes: 2 additions & 2 deletions flavors/ci_light/Dockerfile
Expand Up @@ -16,13 +16,13 @@ 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.3 as gitleaks
FROM zricethezav/gitleaks:v8.16.4 as gitleaks
#FROM__END

##################
# Get base image #
##################
FROM python:3.11.3-alpine3.17
FROM python:3.11.4-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
4 changes: 2 additions & 2 deletions flavors/cupcake/Dockerfile
Expand Up @@ -30,7 +30,7 @@ RUN GOBIN=/usr/bin go install github.com/mgechev/revive@latest
FROM ghcr.io/yannh/kubeconform:latest-alpine as kubeconform
FROM mrtazz/checkmake:latest as checkmake
FROM ghcr.io/phpstan/phpstan:latest-php8.1 as phpstan
FROM zricethezav/gitleaks:v8.16.3 as gitleaks
FROM zricethezav/gitleaks:v8.16.4 as gitleaks
FROM checkmarx/kics:alpine as kics
FROM ghcr.io/terraform-linters/tflint:v0.46.1 as tflint
FROM tenable/terrascan:1.18.1 as terrascan
Expand All @@ -42,7 +42,7 @@ FROM alpine/terragrunt:latest as terragrunt
##################
# Get base image #
##################
FROM python:3.11.3-alpine3.17
FROM python:3.11.4-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
4 changes: 2 additions & 2 deletions flavors/documentation/Dockerfile
Expand Up @@ -24,14 +24,14 @@ FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker
FROM ghcr.io/yannh/kubeconform:latest-alpine as kubeconform
FROM mrtazz/checkmake:latest as checkmake
FROM yoheimuta/protolint:latest as protolint
FROM zricethezav/gitleaks:v8.16.3 as gitleaks
FROM zricethezav/gitleaks:v8.16.4 as gitleaks
FROM jdkato/vale:latest as vale
#FROM__END

##################
# Get base image #
##################
FROM python:3.11.3-alpine3.17
FROM python:3.11.4-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
4 changes: 2 additions & 2 deletions flavors/dotnet/Dockerfile
Expand Up @@ -24,14 +24,14 @@ FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker
FROM ghcr.io/yannh/kubeconform:latest-alpine as kubeconform
FROM mrtazz/checkmake:latest as checkmake
FROM yoheimuta/protolint:latest as protolint
FROM zricethezav/gitleaks:v8.16.3 as gitleaks
FROM zricethezav/gitleaks:v8.16.4 as gitleaks
FROM jdkato/vale:latest as vale
#FROM__END

##################
# Get base image #
##################
FROM python:3.11.3-alpine3.17
FROM python:3.11.4-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
4 changes: 2 additions & 2 deletions flavors/go/Dockerfile
Expand Up @@ -30,14 +30,14 @@ RUN GOBIN=/usr/bin go install github.com/mgechev/revive@latest
FROM ghcr.io/yannh/kubeconform:latest-alpine as kubeconform
FROM mrtazz/checkmake:latest as checkmake
FROM yoheimuta/protolint:latest as protolint
FROM zricethezav/gitleaks:v8.16.3 as gitleaks
FROM zricethezav/gitleaks:v8.16.4 as gitleaks
FROM jdkato/vale:latest as vale
#FROM__END

##################
# Get base image #
##################
FROM python:3.11.3-alpine3.17
FROM python:3.11.4-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
4 changes: 2 additions & 2 deletions flavors/java/Dockerfile
Expand Up @@ -24,14 +24,14 @@ FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker
FROM ghcr.io/yannh/kubeconform:latest-alpine as kubeconform
FROM mrtazz/checkmake:latest as checkmake
FROM yoheimuta/protolint:latest as protolint
FROM zricethezav/gitleaks:v8.16.3 as gitleaks
FROM zricethezav/gitleaks:v8.16.4 as gitleaks
FROM jdkato/vale:latest as vale
#FROM__END

##################
# Get base image #
##################
FROM python:3.11.3-alpine3.17
FROM python:3.11.4-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
4 changes: 2 additions & 2 deletions flavors/javascript/Dockerfile
Expand Up @@ -23,14 +23,14 @@ FROM hadolint/hadolint:v2.12.0-alpine as hadolint
FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker
FROM ghcr.io/yannh/kubeconform:latest-alpine as kubeconform
FROM yoheimuta/protolint:latest as protolint
FROM zricethezav/gitleaks:v8.16.3 as gitleaks
FROM zricethezav/gitleaks:v8.16.4 as gitleaks
FROM jdkato/vale:latest as vale
#FROM__END

##################
# Get base image #
##################
FROM python:3.11.3-alpine3.17
FROM python:3.11.4-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
4 changes: 2 additions & 2 deletions flavors/php/Dockerfile
Expand Up @@ -24,14 +24,14 @@ FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker
FROM ghcr.io/yannh/kubeconform:latest-alpine as kubeconform
FROM ghcr.io/phpstan/phpstan:latest-php8.1 as phpstan
FROM yoheimuta/protolint:latest as protolint
FROM zricethezav/gitleaks:v8.16.3 as gitleaks
FROM zricethezav/gitleaks:v8.16.4 as gitleaks
FROM jdkato/vale:latest as vale
#FROM__END

##################
# Get base image #
##################
FROM python:3.11.3-alpine3.17
FROM python:3.11.4-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
4 changes: 2 additions & 2 deletions flavors/python/Dockerfile
Expand Up @@ -24,14 +24,14 @@ FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker
FROM ghcr.io/yannh/kubeconform:latest-alpine as kubeconform
FROM mrtazz/checkmake:latest as checkmake
FROM yoheimuta/protolint:latest as protolint
FROM zricethezav/gitleaks:v8.16.3 as gitleaks
FROM zricethezav/gitleaks:v8.16.4 as gitleaks
FROM jdkato/vale:latest as vale
#FROM__END

##################
# Get base image #
##################
FROM python:3.11.3-alpine3.17
FROM python:3.11.4-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
4 changes: 2 additions & 2 deletions flavors/ruby/Dockerfile
Expand Up @@ -23,14 +23,14 @@ FROM hadolint/hadolint:v2.12.0-alpine as hadolint
FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker
FROM ghcr.io/yannh/kubeconform:latest-alpine as kubeconform
FROM yoheimuta/protolint:latest as protolint
FROM zricethezav/gitleaks:v8.16.3 as gitleaks
FROM zricethezav/gitleaks:v8.16.4 as gitleaks
FROM jdkato/vale:latest as vale
#FROM__END

##################
# Get base image #
##################
FROM python:3.11.3-alpine3.17
FROM python:3.11.4-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
4 changes: 2 additions & 2 deletions flavors/rust/Dockerfile
Expand Up @@ -23,14 +23,14 @@ FROM hadolint/hadolint:v2.12.0-alpine as hadolint
FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker
FROM ghcr.io/yannh/kubeconform:latest-alpine as kubeconform
FROM yoheimuta/protolint:latest as protolint
FROM zricethezav/gitleaks:v8.16.3 as gitleaks
FROM zricethezav/gitleaks:v8.16.4 as gitleaks
FROM jdkato/vale:latest as vale
#FROM__END

##################
# Get base image #
##################
FROM python:3.11.3-alpine3.17
FROM python:3.11.4-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
4 changes: 2 additions & 2 deletions flavors/salesforce/Dockerfile
Expand Up @@ -23,14 +23,14 @@ FROM hadolint/hadolint:v2.12.0-alpine as hadolint
FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker
FROM ghcr.io/yannh/kubeconform:latest-alpine as kubeconform
FROM yoheimuta/protolint:latest as protolint
FROM zricethezav/gitleaks:v8.16.3 as gitleaks
FROM zricethezav/gitleaks:v8.16.4 as gitleaks
FROM jdkato/vale:latest as vale
#FROM__END

##################
# Get base image #
##################
FROM python:3.11.3-alpine3.17
FROM python:3.11.4-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
4 changes: 2 additions & 2 deletions flavors/security/Dockerfile
Expand Up @@ -18,7 +18,7 @@ FROM ghcr.io/yannh/kubeconform:latest-alpine as kubeconform
FROM golang:alpine as dustilock
RUN GOBIN=/usr/bin go install github.com/checkmarx/dustilock@v1.2.0

FROM zricethezav/gitleaks:v8.16.3 as gitleaks
FROM zricethezav/gitleaks:v8.16.4 as gitleaks
FROM checkmarx/kics:alpine as kics
FROM ghcr.io/terraform-linters/tflint:v0.46.1 as tflint
FROM tenable/terrascan:1.18.1 as terrascan
Expand All @@ -28,7 +28,7 @@ FROM alpine/terragrunt:latest as terragrunt
##################
# Get base image #
##################
FROM python:3.11.3-alpine3.17
FROM python:3.11.4-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
4 changes: 2 additions & 2 deletions flavors/swift/Dockerfile
Expand Up @@ -23,14 +23,14 @@ FROM hadolint/hadolint:v2.12.0-alpine as hadolint
FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker
FROM ghcr.io/yannh/kubeconform:latest-alpine as kubeconform
FROM yoheimuta/protolint:latest as protolint
FROM zricethezav/gitleaks:v8.16.3 as gitleaks
FROM zricethezav/gitleaks:v8.16.4 as gitleaks
FROM jdkato/vale:latest as vale
#FROM__END

##################
# Get base image #
##################
FROM python:3.11.3-alpine3.17
FROM python:3.11.4-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
4 changes: 2 additions & 2 deletions flavors/terraform/Dockerfile
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/yannh/kubeconform:latest-alpine as kubeconform
FROM yoheimuta/protolint:latest as protolint
FROM zricethezav/gitleaks:v8.16.3 as gitleaks
FROM zricethezav/gitleaks:v8.16.4 as gitleaks
FROM checkmarx/kics:alpine as kics
FROM jdkato/vale:latest as vale
FROM ghcr.io/terraform-linters/tflint:v0.46.1 as tflint
Expand All @@ -36,7 +36,7 @@ FROM alpine/terragrunt:latest as terragrunt
##################
# Get base image #
##################
FROM python:3.11.3-alpine3.17
FROM python:3.11.4-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/action_actionlint/Dockerfile
Expand Up @@ -20,7 +20,7 @@ FROM koalaman/shellcheck:stable as shellcheck
##################
# Get base image #
##################
FROM python:3.11.3-alpine3.17
FROM python:3.11.4-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/ansible_ansible_lint/Dockerfile
Expand Up @@ -17,7 +17,7 @@
##################
# Get base image #
##################
FROM python:3.11.3-alpine3.17
FROM python:3.11.4-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/arm_arm_ttk/Dockerfile
Expand Up @@ -17,7 +17,7 @@
##################
# Get base image #
##################
FROM python:3.11.3-alpine3.17
FROM python:3.11.4-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/bash_exec/Dockerfile
Expand Up @@ -17,7 +17,7 @@
##################
# Get base image #
##################
FROM python:3.11.3-alpine3.17
FROM python:3.11.4-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/bash_shellcheck/Dockerfile
Expand Up @@ -17,7 +17,7 @@ FROM koalaman/shellcheck:stable as shellcheck
##################
# Get base image #
##################
FROM python:3.11.3-alpine3.17
FROM python:3.11.4-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/bash_shfmt/Dockerfile
Expand Up @@ -17,7 +17,7 @@ FROM mvdan/shfmt:latest-alpine as shfmt
##################
# Get base image #
##################
FROM python:3.11.3-alpine3.17
FROM python:3.11.4-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/bicep_bicep_linter/Dockerfile
Expand Up @@ -17,7 +17,7 @@
##################
# Get base image #
##################
FROM python:3.11.3-alpine3.17
FROM python:3.11.4-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/c_cpplint/Dockerfile
Expand Up @@ -17,7 +17,7 @@
##################
# Get base image #
##################
FROM python:3.11.3-alpine3.17
FROM python:3.11.4-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/clojure_clj_kondo/Dockerfile
Expand Up @@ -17,7 +17,7 @@
##################
# Get base image #
##################
FROM python:3.11.3-alpine3.17
FROM python:3.11.4-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/clojure_cljstyle/Dockerfile
Expand Up @@ -17,7 +17,7 @@
##################
# Get base image #
##################
FROM python:3.11.3-alpine3.17
FROM python:3.11.4-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/cloudformation_cfn_lint/Dockerfile
Expand Up @@ -17,7 +17,7 @@
##################
# Get base image #
##################
FROM python:3.11.3-alpine3.17
FROM python:3.11.4-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/coffee_coffeelint/Dockerfile
Expand Up @@ -17,7 +17,7 @@
##################
# Get base image #
##################
FROM python:3.11.3-alpine3.17
FROM python:3.11.4-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down

0 comments on commit 6e259c1

Please sign in to comment.