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

Upgrade base image to python:3.11.4-alpine3.17 #2738

Merged
merged 5 commits into from
Jun 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
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/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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Loading