Skip to content

Commit b8777b6

Browse files
authored
Upgrade gitleaks and clj-kondo (#1990)
* Upgrade gitleaks and clj-kondo * changelog
1 parent cd978d7 commit b8777b6

File tree

20 files changed

+23
-22
lines changed

20 files changed

+23
-22
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

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

11+
- New [cupcake flavor](https://oxsecurity.github.io/megalinter/beta/flavors/cupcake/#readme) with 78 instead of 108 linters
1112
- Remove default npm-groovy-lint extra arguments ([#1872](https://github.com/oxsecurity/megalinter/issues/1872))
1213

1314
- Linter versions upgrades

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
#############################################################################################
1212
#FROM__START
1313
FROM mvdan/shfmt:latest-alpine as shfmt
14-
FROM cljkondo/clj-kondo:2022.10.05-alpine as clj-kondo
14+
FROM cljkondo/clj-kondo:2022.10.14-alpine as clj-kondo
1515
FROM hadolint/hadolint:v2.10.0-alpine as hadolint
1616
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
1717
FROM ghcr.io/assignuser/chktex-alpine:latest as chktex
1818
FROM yoheimuta/protolint:latest as protolint
19-
FROM zricethezav/gitleaks:v8.14.1 as gitleaks
19+
FROM zricethezav/gitleaks:v8.15.0 as gitleaks
2020
FROM ghcr.io/terraform-linters/tflint:v0.41.0 as tflint
2121
FROM tenable/terrascan:latest as terrascan
2222
FROM alpine/terragrunt:latest as terragrunt

flavors/ci_light/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#FROM__START
1414
FROM mvdan/shfmt:latest-alpine as shfmt
1515
FROM hadolint/hadolint:v2.10.0-alpine as hadolint
16-
FROM zricethezav/gitleaks:v8.14.1 as gitleaks
16+
FROM zricethezav/gitleaks:v8.15.0 as gitleaks
1717
#FROM__END
1818

1919
##################

flavors/cupcake/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
#############################################################################################
1313
#FROM__START
1414
FROM mvdan/shfmt:latest-alpine as shfmt
15-
FROM cljkondo/clj-kondo:2022.10.05-alpine as clj-kondo
15+
FROM cljkondo/clj-kondo:2022.10.14-alpine as clj-kondo
1616
FROM hadolint/hadolint:v2.10.0-alpine as hadolint
1717
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
18-
FROM zricethezav/gitleaks:v8.14.1 as gitleaks
18+
FROM zricethezav/gitleaks:v8.15.0 as gitleaks
1919
FROM ghcr.io/terraform-linters/tflint:v0.41.0 as tflint
2020
FROM tenable/terrascan:latest as terrascan
2121
FROM alpine/terragrunt:latest as terragrunt

flavors/documentation/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ FROM mvdan/shfmt:latest-alpine as shfmt
1515
FROM hadolint/hadolint:v2.10.0-alpine as hadolint
1616
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
1717
FROM yoheimuta/protolint:latest as protolint
18-
FROM zricethezav/gitleaks:v8.14.1 as gitleaks
18+
FROM zricethezav/gitleaks:v8.15.0 as gitleaks
1919
#FROM__END
2020

2121
##################

flavors/dotnet/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ FROM mvdan/shfmt:latest-alpine as shfmt
1515
FROM hadolint/hadolint:v2.10.0-alpine as hadolint
1616
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
1717
FROM yoheimuta/protolint:latest as protolint
18-
FROM zricethezav/gitleaks:v8.14.1 as gitleaks
18+
FROM zricethezav/gitleaks:v8.15.0 as gitleaks
1919
#FROM__END
2020

2121
##################

flavors/go/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ FROM mvdan/shfmt:latest-alpine as shfmt
1515
FROM hadolint/hadolint:v2.10.0-alpine as hadolint
1616
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
1717
FROM yoheimuta/protolint:latest as protolint
18-
FROM zricethezav/gitleaks:v8.14.1 as gitleaks
18+
FROM zricethezav/gitleaks:v8.15.0 as gitleaks
1919
#FROM__END
2020

2121
##################

flavors/java/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
#############################################################################################
1313
#FROM__START
1414
FROM mvdan/shfmt:latest-alpine as shfmt
15-
FROM cljkondo/clj-kondo:2022.10.05-alpine as clj-kondo
15+
FROM cljkondo/clj-kondo:2022.10.14-alpine as clj-kondo
1616
FROM hadolint/hadolint:v2.10.0-alpine as hadolint
1717
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
1818
FROM yoheimuta/protolint:latest as protolint
19-
FROM zricethezav/gitleaks:v8.14.1 as gitleaks
19+
FROM zricethezav/gitleaks:v8.15.0 as gitleaks
2020
#FROM__END
2121

2222
##################

flavors/javascript/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ FROM mvdan/shfmt:latest-alpine as shfmt
1515
FROM hadolint/hadolint:v2.10.0-alpine as hadolint
1616
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
1717
FROM yoheimuta/protolint:latest as protolint
18-
FROM zricethezav/gitleaks:v8.14.1 as gitleaks
18+
FROM zricethezav/gitleaks:v8.15.0 as gitleaks
1919
#FROM__END
2020

2121
##################

flavors/php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ FROM mvdan/shfmt:latest-alpine as shfmt
1515
FROM hadolint/hadolint:v2.10.0-alpine as hadolint
1616
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
1717
FROM yoheimuta/protolint:latest as protolint
18-
FROM zricethezav/gitleaks:v8.14.1 as gitleaks
18+
FROM zricethezav/gitleaks:v8.15.0 as gitleaks
1919
#FROM__END
2020

2121
##################

0 commit comments

Comments
 (0)