Skip to content

Commit

Permalink
Disable gitleaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Jun 26, 2022
1 parent f093fb9 commit eebf0e5
Show file tree
Hide file tree
Showing 35 changed files with 1 addition and 100 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
FROM ghcr.io/assignuser/chktex-alpine:latest as chktex
FROM yoheimuta/protolint:latest as protolint
FROM ghcr.io/assignuser/lintr-lib:0.2.0 as lintr-lib
FROM zricethezav/gitleaks:latest as gitleaks
FROM ghcr.io/terraform-linters/tflint:v0.35.0 as tflint
FROM accurics/terrascan:latest as terrascan
FROM alpine/terragrunt:latest as terragrunt
Expand Down Expand Up @@ -494,9 +493,6 @@ RUN ML_THIRD_PARTY_DIR=/download/dustilock && \



# gitleaks installation
COPY --from=gitleaks /usr/bin/gitleaks /usr/bin/

# syft installation
RUN curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin

Expand Down
4 changes: 0 additions & 4 deletions flavors/ci_light/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#FROM__START
FROM mvdan/shfmt:latest-alpine as shfmt
FROM hadolint/hadolint:v2.10.0-alpine as hadolint
FROM zricethezav/gitleaks:latest as gitleaks
#FROM__END

##################
Expand Down Expand Up @@ -144,9 +143,6 @@ COPY --from=hadolint /bin/hadolint /usr/bin/hadolint
# dotenv-linter installation
RUN wget -q -O - https://raw.githubusercontent.com/dotenv-linter/dotenv-linter/master/install.sh | sh -s

# gitleaks installation
COPY --from=gitleaks /usr/bin/gitleaks /usr/bin/

# trivy installation
RUN wget --tries=5 -q -O - https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.22.0 && \
wget --tries=5 -q -O /usr/local/bin/sarif.tpl https://raw.githubusercontent.com/aquasecurity/trivy/714b5ca2460363e082d42a8d933c7a0cb7eff7a8/contrib/sarif.tpl && \
Expand Down
1 change: 0 additions & 1 deletion flavors/ci_light/flavor.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"JSON_V8R",
"JSON_PRETTIER",
"REPOSITORY_GIT_DIFF",
"REPOSITORY_GITLEAKS",
"REPOSITORY_GOODCHECK",
"REPOSITORY_SECRETLINT",
"REPOSITORY_TRIVY",
Expand Down
4 changes: 0 additions & 4 deletions flavors/dart/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ FROM mvdan/shfmt:latest-alpine as shfmt
FROM hadolint/hadolint:v2.10.0-alpine as hadolint
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
FROM yoheimuta/protolint:latest as protolint
FROM zricethezav/gitleaks:latest as gitleaks
#FROM__END

##################
Expand Down Expand Up @@ -219,9 +218,6 @@ RUN ML_THIRD_PARTY_DIR="/third-party/kubeconform" \
# protolint installation
COPY --from=protolint /usr/local/bin/protolint /usr/bin/

# gitleaks installation
COPY --from=gitleaks /usr/bin/gitleaks /usr/bin/

# trivy installation
RUN wget --tries=5 -q -O - https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.22.0 && \
wget --tries=5 -q -O /usr/local/bin/sarif.tpl https://raw.githubusercontent.com/aquasecurity/trivy/714b5ca2460363e082d42a8d933c7a0cb7eff7a8/contrib/sarif.tpl && \
Expand Down
1 change: 0 additions & 1 deletion flavors/dart/flavor.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"OPENAPI_SPECTRAL",
"PROTOBUF_PROTOLINT",
"REPOSITORY_GIT_DIFF",
"REPOSITORY_GITLEAKS",
"REPOSITORY_GOODCHECK",
"REPOSITORY_SECRETLINT",
"REPOSITORY_SEMGREP",
Expand Down
4 changes: 0 additions & 4 deletions flavors/documentation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ FROM mvdan/shfmt:latest-alpine as shfmt
FROM hadolint/hadolint:v2.10.0-alpine as hadolint
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
FROM yoheimuta/protolint:latest as protolint
FROM zricethezav/gitleaks:latest as gitleaks
#FROM__END

##################
Expand Down Expand Up @@ -208,9 +207,6 @@ RUN ML_THIRD_PARTY_DIR="/third-party/kubeconform" \
# protolint installation
COPY --from=protolint /usr/local/bin/protolint /usr/bin/

# gitleaks installation
COPY --from=gitleaks /usr/bin/gitleaks /usr/bin/

# trivy installation
RUN wget --tries=5 -q -O - https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.22.0 && \
wget --tries=5 -q -O /usr/local/bin/sarif.tpl https://raw.githubusercontent.com/aquasecurity/trivy/714b5ca2460363e082d42a8d933c7a0cb7eff7a8/contrib/sarif.tpl && \
Expand Down
1 change: 0 additions & 1 deletion flavors/documentation/flavor.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"OPENAPI_SPECTRAL",
"PROTOBUF_PROTOLINT",
"REPOSITORY_GIT_DIFF",
"REPOSITORY_GITLEAKS",
"REPOSITORY_GOODCHECK",
"REPOSITORY_SECRETLINT",
"REPOSITORY_SEMGREP",
Expand Down
4 changes: 0 additions & 4 deletions flavors/dotnet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ FROM mvdan/shfmt:latest-alpine as shfmt
FROM hadolint/hadolint:v2.10.0-alpine as hadolint
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
FROM yoheimuta/protolint:latest as protolint
FROM zricethezav/gitleaks:latest as gitleaks
#FROM__END

##################
Expand Down Expand Up @@ -275,9 +274,6 @@ RUN pwsh -c 'Install-Module -Name PSScriptAnalyzer -RequiredVersion ${PSSA_VERSI
# protolint installation
COPY --from=protolint /usr/local/bin/protolint /usr/bin/

# gitleaks installation
COPY --from=gitleaks /usr/bin/gitleaks /usr/bin/

# trivy installation
RUN wget --tries=5 -q -O - https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.22.0 && \
wget --tries=5 -q -O /usr/local/bin/sarif.tpl https://raw.githubusercontent.com/aquasecurity/trivy/714b5ca2460363e082d42a8d933c7a0cb7eff7a8/contrib/sarif.tpl && \
Expand Down
1 change: 0 additions & 1 deletion flavors/dotnet/flavor.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"POWERSHELL_POWERSHELL",
"PROTOBUF_PROTOLINT",
"REPOSITORY_GIT_DIFF",
"REPOSITORY_GITLEAKS",
"REPOSITORY_GOODCHECK",
"REPOSITORY_SECRETLINT",
"REPOSITORY_SEMGREP",
Expand Down
4 changes: 0 additions & 4 deletions flavors/go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ FROM mvdan/shfmt:latest-alpine as shfmt
FROM hadolint/hadolint:v2.10.0-alpine as hadolint
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
FROM yoheimuta/protolint:latest as protolint
FROM zricethezav/gitleaks:latest as gitleaks
#FROM__END

##################
Expand Down Expand Up @@ -216,9 +215,6 @@ RUN ML_THIRD_PARTY_DIR="/third-party/kubeconform" \
# protolint installation
COPY --from=protolint /usr/local/bin/protolint /usr/bin/

# gitleaks installation
COPY --from=gitleaks /usr/bin/gitleaks /usr/bin/

# trivy installation
RUN wget --tries=5 -q -O - https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.22.0 && \
wget --tries=5 -q -O /usr/local/bin/sarif.tpl https://raw.githubusercontent.com/aquasecurity/trivy/714b5ca2460363e082d42a8d933c7a0cb7eff7a8/contrib/sarif.tpl && \
Expand Down
1 change: 0 additions & 1 deletion flavors/go/flavor.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"OPENAPI_SPECTRAL",
"PROTOBUF_PROTOLINT",
"REPOSITORY_GIT_DIFF",
"REPOSITORY_GITLEAKS",
"REPOSITORY_GOODCHECK",
"REPOSITORY_SECRETLINT",
"REPOSITORY_SEMGREP",
Expand Down
4 changes: 0 additions & 4 deletions flavors/java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ FROM cljkondo/clj-kondo:2022.04.25-alpine as clj-kondo
FROM hadolint/hadolint:v2.10.0-alpine as hadolint
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
FROM yoheimuta/protolint:latest as protolint
FROM zricethezav/gitleaks:latest as gitleaks
#FROM__END

##################
Expand Down Expand Up @@ -225,9 +224,6 @@ RUN ML_THIRD_PARTY_DIR="/third-party/kubeconform" \
# protolint installation
COPY --from=protolint /usr/local/bin/protolint /usr/bin/

# gitleaks installation
COPY --from=gitleaks /usr/bin/gitleaks /usr/bin/

# trivy installation
RUN wget --tries=5 -q -O - https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.22.0 && \
wget --tries=5 -q -O /usr/local/bin/sarif.tpl https://raw.githubusercontent.com/aquasecurity/trivy/714b5ca2460363e082d42a8d933c7a0cb7eff7a8/contrib/sarif.tpl && \
Expand Down
1 change: 0 additions & 1 deletion flavors/java/flavor.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"OPENAPI_SPECTRAL",
"PROTOBUF_PROTOLINT",
"REPOSITORY_GIT_DIFF",
"REPOSITORY_GITLEAKS",
"REPOSITORY_GOODCHECK",
"REPOSITORY_SECRETLINT",
"REPOSITORY_SEMGREP",
Expand Down
4 changes: 0 additions & 4 deletions flavors/javascript/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ FROM mvdan/shfmt:latest-alpine as shfmt
FROM hadolint/hadolint:v2.10.0-alpine as hadolint
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
FROM yoheimuta/protolint:latest as protolint
FROM zricethezav/gitleaks:latest as gitleaks
#FROM__END

##################
Expand Down Expand Up @@ -228,9 +227,6 @@ RUN ML_THIRD_PARTY_DIR="/third-party/kubeconform" \
# protolint installation
COPY --from=protolint /usr/local/bin/protolint /usr/bin/

# gitleaks installation
COPY --from=gitleaks /usr/bin/gitleaks /usr/bin/

# trivy installation
RUN wget --tries=5 -q -O - https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.22.0 && \
wget --tries=5 -q -O /usr/local/bin/sarif.tpl https://raw.githubusercontent.com/aquasecurity/trivy/714b5ca2460363e082d42a8d933c7a0cb7eff7a8/contrib/sarif.tpl && \
Expand Down
1 change: 0 additions & 1 deletion flavors/javascript/flavor.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"OPENAPI_SPECTRAL",
"PROTOBUF_PROTOLINT",
"REPOSITORY_GIT_DIFF",
"REPOSITORY_GITLEAKS",
"REPOSITORY_GOODCHECK",
"REPOSITORY_SECRETLINT",
"REPOSITORY_SEMGREP",
Expand Down
4 changes: 0 additions & 4 deletions flavors/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ FROM mvdan/shfmt:latest-alpine as shfmt
FROM hadolint/hadolint:v2.10.0-alpine as hadolint
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
FROM yoheimuta/protolint:latest as protolint
FROM zricethezav/gitleaks:latest as gitleaks
#FROM__END

##################
Expand Down Expand Up @@ -264,9 +263,6 @@ ENV PATH="/root/.composer/vendor/bin:$PATH"
# protolint installation
COPY --from=protolint /usr/local/bin/protolint /usr/bin/

# gitleaks installation
COPY --from=gitleaks /usr/bin/gitleaks /usr/bin/

# trivy installation
RUN wget --tries=5 -q -O - https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.22.0 && \
wget --tries=5 -q -O /usr/local/bin/sarif.tpl https://raw.githubusercontent.com/aquasecurity/trivy/714b5ca2460363e082d42a8d933c7a0cb7eff7a8/contrib/sarif.tpl && \
Expand Down
1 change: 0 additions & 1 deletion flavors/php/flavor.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"PHP_PHPLINT",
"PROTOBUF_PROTOLINT",
"REPOSITORY_GIT_DIFF",
"REPOSITORY_GITLEAKS",
"REPOSITORY_GOODCHECK",
"REPOSITORY_SECRETLINT",
"REPOSITORY_SEMGREP",
Expand Down
4 changes: 0 additions & 4 deletions flavors/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ FROM mvdan/shfmt:latest-alpine as shfmt
FROM hadolint/hadolint:v2.10.0-alpine as hadolint
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
FROM yoheimuta/protolint:latest as protolint
FROM zricethezav/gitleaks:latest as gitleaks
#FROM__END

##################
Expand Down Expand Up @@ -217,9 +216,6 @@ RUN ML_THIRD_PARTY_DIR="/third-party/kubeconform" \
# protolint installation
COPY --from=protolint /usr/local/bin/protolint /usr/bin/

# gitleaks installation
COPY --from=gitleaks /usr/bin/gitleaks /usr/bin/

# trivy installation
RUN wget --tries=5 -q -O - https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.22.0 && \
wget --tries=5 -q -O /usr/local/bin/sarif.tpl https://raw.githubusercontent.com/aquasecurity/trivy/714b5ca2460363e082d42a8d933c7a0cb7eff7a8/contrib/sarif.tpl && \
Expand Down
1 change: 0 additions & 1 deletion flavors/python/flavor.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"PYTHON_BANDIT",
"PYTHON_MYPY",
"REPOSITORY_GIT_DIFF",
"REPOSITORY_GITLEAKS",
"REPOSITORY_GOODCHECK",
"REPOSITORY_SECRETLINT",
"REPOSITORY_SEMGREP",
Expand Down
4 changes: 0 additions & 4 deletions flavors/ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ FROM mvdan/shfmt:latest-alpine as shfmt
FROM hadolint/hadolint:v2.10.0-alpine as hadolint
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
FROM yoheimuta/protolint:latest as protolint
FROM zricethezav/gitleaks:latest as gitleaks
#FROM__END

##################
Expand Down Expand Up @@ -213,9 +212,6 @@ RUN ML_THIRD_PARTY_DIR="/third-party/kubeconform" \
# protolint installation
COPY --from=protolint /usr/local/bin/protolint /usr/bin/

# gitleaks installation
COPY --from=gitleaks /usr/bin/gitleaks /usr/bin/

# trivy installation
RUN wget --tries=5 -q -O - https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.22.0 && \
wget --tries=5 -q -O /usr/local/bin/sarif.tpl https://raw.githubusercontent.com/aquasecurity/trivy/714b5ca2460363e082d42a8d933c7a0cb7eff7a8/contrib/sarif.tpl && \
Expand Down
1 change: 0 additions & 1 deletion flavors/ruby/flavor.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"OPENAPI_SPECTRAL",
"PROTOBUF_PROTOLINT",
"REPOSITORY_GIT_DIFF",
"REPOSITORY_GITLEAKS",
"REPOSITORY_GOODCHECK",
"REPOSITORY_SECRETLINT",
"REPOSITORY_SEMGREP",
Expand Down
4 changes: 0 additions & 4 deletions flavors/rust/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ FROM mvdan/shfmt:latest-alpine as shfmt
FROM hadolint/hadolint:v2.10.0-alpine as hadolint
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
FROM yoheimuta/protolint:latest as protolint
FROM zricethezav/gitleaks:latest as gitleaks
#FROM__END

##################
Expand Down Expand Up @@ -212,9 +211,6 @@ RUN ML_THIRD_PARTY_DIR="/third-party/kubeconform" \
# protolint installation
COPY --from=protolint /usr/local/bin/protolint /usr/bin/

# gitleaks installation
COPY --from=gitleaks /usr/bin/gitleaks /usr/bin/

# trivy installation
RUN wget --tries=5 -q -O - https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.22.0 && \
wget --tries=5 -q -O /usr/local/bin/sarif.tpl https://raw.githubusercontent.com/aquasecurity/trivy/714b5ca2460363e082d42a8d933c7a0cb7eff7a8/contrib/sarif.tpl && \
Expand Down
1 change: 0 additions & 1 deletion flavors/rust/flavor.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"OPENAPI_SPECTRAL",
"PROTOBUF_PROTOLINT",
"REPOSITORY_GIT_DIFF",
"REPOSITORY_GITLEAKS",
"REPOSITORY_GOODCHECK",
"REPOSITORY_SECRETLINT",
"REPOSITORY_SEMGREP",
Expand Down
4 changes: 0 additions & 4 deletions flavors/salesforce/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ FROM mvdan/shfmt:latest-alpine as shfmt
FROM hadolint/hadolint:v2.10.0-alpine as hadolint
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
FROM yoheimuta/protolint:latest as protolint
FROM zricethezav/gitleaks:latest as gitleaks
#FROM__END

##################
Expand Down Expand Up @@ -214,9 +213,6 @@ RUN ML_THIRD_PARTY_DIR="/third-party/kubeconform" \
# protolint installation
COPY --from=protolint /usr/local/bin/protolint /usr/bin/

# gitleaks installation
COPY --from=gitleaks /usr/bin/gitleaks /usr/bin/

# trivy installation
RUN wget --tries=5 -q -O - https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.22.0 && \
wget --tries=5 -q -O /usr/local/bin/sarif.tpl https://raw.githubusercontent.com/aquasecurity/trivy/714b5ca2460363e082d42a8d933c7a0cb7eff7a8/contrib/sarif.tpl && \
Expand Down
1 change: 0 additions & 1 deletion flavors/salesforce/flavor.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"OPENAPI_SPECTRAL",
"PROTOBUF_PROTOLINT",
"REPOSITORY_GIT_DIFF",
"REPOSITORY_GITLEAKS",
"REPOSITORY_GOODCHECK",
"REPOSITORY_SECRETLINT",
"REPOSITORY_SEMGREP",
Expand Down
4 changes: 0 additions & 4 deletions flavors/scala/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ FROM mvdan/shfmt:latest-alpine as shfmt
FROM hadolint/hadolint:v2.10.0-alpine as hadolint
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
FROM yoheimuta/protolint:latest as protolint
FROM zricethezav/gitleaks:latest as gitleaks
#FROM__END

##################
Expand Down Expand Up @@ -213,9 +212,6 @@ RUN ML_THIRD_PARTY_DIR="/third-party/kubeconform" \
# protolint installation
COPY --from=protolint /usr/local/bin/protolint /usr/bin/

# gitleaks installation
COPY --from=gitleaks /usr/bin/gitleaks /usr/bin/

# trivy installation
RUN wget --tries=5 -q -O - https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.22.0 && \
wget --tries=5 -q -O /usr/local/bin/sarif.tpl https://raw.githubusercontent.com/aquasecurity/trivy/714b5ca2460363e082d42a8d933c7a0cb7eff7a8/contrib/sarif.tpl && \
Expand Down
1 change: 0 additions & 1 deletion flavors/scala/flavor.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"OPENAPI_SPECTRAL",
"PROTOBUF_PROTOLINT",
"REPOSITORY_GIT_DIFF",
"REPOSITORY_GITLEAKS",
"REPOSITORY_GOODCHECK",
"REPOSITORY_SECRETLINT",
"REPOSITORY_SEMGREP",
Expand Down
4 changes: 0 additions & 4 deletions flavors/security/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#############################################################################################
#FROM__START
FROM hadolint/hadolint:v2.10.0-alpine as hadolint
FROM zricethezav/gitleaks:latest as gitleaks
FROM ghcr.io/terraform-linters/tflint:v0.35.0 as tflint
FROM accurics/terrascan:latest as terrascan
FROM alpine/terragrunt:latest as terragrunt
Expand Down Expand Up @@ -178,9 +177,6 @@ RUN ML_THIRD_PARTY_DIR=/download/dustilock && \



# gitleaks installation
COPY --from=gitleaks /usr/bin/gitleaks /usr/bin/

# syft installation
RUN curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin

Expand Down
1 change: 0 additions & 1 deletion flavors/security/flavor.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"PYTHON_BANDIT",
"REPOSITORY_DEVSKIM",
"REPOSITORY_DUSTILOCK",
"REPOSITORY_GITLEAKS",
"REPOSITORY_SECRETLINT",
"REPOSITORY_SEMGREP",
"REPOSITORY_SYFT",
Expand Down
4 changes: 0 additions & 4 deletions flavors/swift/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ FROM mvdan/shfmt:latest-alpine as shfmt
FROM hadolint/hadolint:v2.10.0-alpine as hadolint
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
FROM yoheimuta/protolint:latest as protolint
FROM zricethezav/gitleaks:latest as gitleaks
#FROM__END

##################
Expand Down Expand Up @@ -211,9 +210,6 @@ RUN ML_THIRD_PARTY_DIR="/third-party/kubeconform" \
# protolint installation
COPY --from=protolint /usr/local/bin/protolint /usr/bin/

# gitleaks installation
COPY --from=gitleaks /usr/bin/gitleaks /usr/bin/

# trivy installation
RUN wget --tries=5 -q -O - https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.22.0 && \
wget --tries=5 -q -O /usr/local/bin/sarif.tpl https://raw.githubusercontent.com/aquasecurity/trivy/714b5ca2460363e082d42a8d933c7a0cb7eff7a8/contrib/sarif.tpl && \
Expand Down
Loading

0 comments on commit eebf0e5

Please sign in to comment.