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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade base Docker image to python:3.11.3-alpine3.17 #2537

Merged
merged 1 commit into from
Apr 7, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l

- Core
- Fix issue preventing plugins to work with flavors
- Upgrade base Docker image to python:3.11.3-alpine3.17

- Documentation

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ FROM checkmarx/kics:alpine as kics
##################
# Get base image #
##################
FROM python:3.11.2-alpine3.17
FROM python:3.11.3-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/ci_light/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ FROM zricethezav/gitleaks:v8.16.1 as gitleaks
##################
# Get base image #
##################
FROM python:3.11.2-alpine3.17
FROM python:3.11.3-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/cupcake/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ FROM checkmarx/kics:alpine as kics
##################
# Get base image #
##################
FROM python:3.11.2-alpine3.17
FROM python:3.11.3-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/documentation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ FROM zricethezav/gitleaks:v8.16.1 as gitleaks
##################
# Get base image #
##################
FROM python:3.11.2-alpine3.17
FROM python:3.11.3-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/dotnet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ FROM zricethezav/gitleaks:v8.16.1 as gitleaks
##################
# Get base image #
##################
FROM python:3.11.2-alpine3.17
FROM python:3.11.3-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ FROM zricethezav/gitleaks:v8.16.1 as gitleaks
##################
# Get base image #
##################
FROM python:3.11.2-alpine3.17
FROM python:3.11.3-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ FROM zricethezav/gitleaks:v8.16.1 as gitleaks
##################
# Get base image #
##################
FROM python:3.11.2-alpine3.17
FROM python:3.11.3-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/javascript/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ FROM zricethezav/gitleaks:v8.16.1 as gitleaks
##################
# Get base image #
##################
FROM python:3.11.2-alpine3.17
FROM python:3.11.3-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ FROM zricethezav/gitleaks:v8.16.1 as gitleaks
##################
# Get base image #
##################
FROM python:3.11.2-alpine3.17
FROM python:3.11.3-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ FROM zricethezav/gitleaks:v8.16.1 as gitleaks
##################
# Get base image #
##################
FROM python:3.11.2-alpine3.17
FROM python:3.11.3-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ FROM zricethezav/gitleaks:v8.16.1 as gitleaks
##################
# Get base image #
##################
FROM python:3.11.2-alpine3.17
FROM python:3.11.3-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/rust/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ FROM zricethezav/gitleaks:v8.16.1 as gitleaks
##################
# Get base image #
##################
FROM python:3.11.2-alpine3.17
FROM python:3.11.3-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/salesforce/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ FROM zricethezav/gitleaks:v8.16.1 as gitleaks
##################
# Get base image #
##################
FROM python:3.11.2-alpine3.17
FROM python:3.11.3-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/security/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ FROM checkmarx/kics:alpine as kics
##################
# Get base image #
##################
FROM python:3.11.2-alpine3.17
FROM python:3.11.3-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/swift/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ FROM zricethezav/gitleaks:v8.16.1 as gitleaks
##################
# Get base image #
##################
FROM python:3.11.2-alpine3.17
FROM python:3.11.3-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/terraform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ FROM checkmarx/kics:alpine as kics
##################
# Get base image #
##################
FROM python:3.11.2-alpine3.17
FROM python:3.11.3-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.2-alpine3.17
FROM python:3.11.3-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.2-alpine3.17
FROM python:3.11.3-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.2-alpine3.17
FROM python:3.11.3-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.2-alpine3.17
FROM python:3.11.3-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.2-alpine3.17
FROM python:3.11.3-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.2-alpine3.17
FROM python:3.11.3-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.2-alpine3.17
FROM python:3.11.3-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.2-alpine3.17
FROM python:3.11.3-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.2-alpine3.17
FROM python:3.11.3-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.2-alpine3.17
FROM python:3.11.3-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.2-alpine3.17
FROM python:3.11.3-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/copypaste_jscpd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
##################
# Get base image #
##################
FROM python:3.11.2-alpine3.17
FROM python:3.11.3-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/cpp_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.2-alpine3.17
FROM python:3.11.3-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/csharp_csharpier/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
##################
# Get base image #
##################
FROM python:3.11.2-alpine3.17
FROM python:3.11.3-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/csharp_dotnet_format/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
##################
# Get base image #
##################
FROM python:3.11.2-alpine3.17
FROM python:3.11.3-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/css_scss_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.2-alpine3.17
FROM python:3.11.3-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/css_stylelint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
##################
# Get base image #
##################
FROM python:3.11.2-alpine3.17
FROM python:3.11.3-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/dart_dartanalyzer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
##################
# Get base image #
##################
FROM python:3.11.2-alpine3.17
FROM python:3.11.3-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/dockerfile_hadolint/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
##################
# Get base image #
##################
FROM python:3.11.2-alpine3.17
FROM python:3.11.3-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/editorconfig_editorconfig_checker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker
##################
# Get base image #
##################
FROM python:3.11.2-alpine3.17
FROM python:3.11.3-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/env_dotenv_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.2-alpine3.17
FROM python:3.11.3-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/gherkin_gherkin_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.2-alpine3.17
FROM python:3.11.3-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/go_golangci_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.2-alpine3.17
FROM python:3.11.3-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/go_revive/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN GOBIN=/usr/bin go install github.com/mgechev/revive@latest
##################
# Get base image #
##################
FROM python:3.11.2-alpine3.17
FROM python:3.11.3-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/graphql_graphql_schema_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.2-alpine3.17
FROM python:3.11.3-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/groovy_npm_groovy_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.2-alpine3.17
FROM python:3.11.3-alpine3.17
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/html_djlint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
##################
# Get base image #
##################
FROM python:3.11.2-alpine3.17
FROM python:3.11.3-alpine3.17
ARG GITHUB_TOKEN

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