Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Feb 5, 2022
1 parent 0408699 commit b510ec3
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased] (beta, main branch content)

- Fixes
- Manage to use local certificate with Gital comments reporter using GITLAB_SSL_CERTIFICATE_PATH ([#1239](https://github.com/megalinter/megalinter/issues/1239))
- Manage to use local certificate with Gitlab comments reporter using GITLAB_SSL_CERTIFICATE_PATH ([#1239](https://github.com/megalinter/megalinter/issues/1239))

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

Expand Down
2 changes: 1 addition & 1 deletion docs/reporters/GitlabCommentReporter.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Click on hyperlinks to access detailed logs (click on **Download** in **Artifact
| GITLAB_API_URL | URL where the github API can be reached<br/>May be overridden if using self-hosted Gitlab | `https://api.gitlab.com` |
| GITLAB_SERVER_URL | URL of the Gitlab instance<br/>May be overridden if using self-hosted Gitlab | `https://gitlab.com` |
| GITLAB_ACCESS_TOKEN_MEGALINTER | Must contain a Gitlab private access token defined with api access | <!-- --> |
| GITLAB_CERTIFICATE_PATH | Path to SSL certificate to connect to gitlab | <!-- --> |
| GITLAB_CERTIFICATE_PATH | Path to SSL certificate to connect to gitlab | <!-- --> |


1 change: 1 addition & 0 deletions flavors/ci_light/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ FROM python:3.9.7-alpine3.13
# APK Packages used by mega-linter core architecture
RUN apk add --update --no-cache \
bash \
ca-certificates \
coreutils \
curl \
file \
Expand Down
1 change: 1 addition & 0 deletions flavors/dart/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ ARG GLIBC_VERSION='2.31-r0'
# APK Packages used by mega-linter core architecture
RUN apk add --update --no-cache \
bash \
ca-certificates \
coreutils \
curl \
file \
Expand Down
1 change: 1 addition & 0 deletions flavors/documentation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ FROM python:3.9.7-alpine3.13
# APK Packages used by mega-linter core architecture
RUN apk add --update --no-cache \
bash \
ca-certificates \
coreutils \
curl \
file \
Expand Down
1 change: 1 addition & 0 deletions flavors/dotnet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ ARG PSSA_VERSION='latest'
# APK Packages used by mega-linter core architecture
RUN apk add --update --no-cache \
bash \
ca-certificates \
coreutils \
curl \
file \
Expand Down
1 change: 1 addition & 0 deletions flavors/go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ FROM python:3.9.7-alpine3.13
# APK Packages used by mega-linter core architecture
RUN apk add --update --no-cache \
bash \
ca-certificates \
coreutils \
curl \
file \
Expand Down
1 change: 1 addition & 0 deletions flavors/java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ FROM python:3.9.7-alpine3.13
# APK Packages used by mega-linter core architecture
RUN apk add --update --no-cache \
bash \
ca-certificates \
coreutils \
curl \
file \
Expand Down
1 change: 1 addition & 0 deletions flavors/javascript/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ FROM python:3.9.7-alpine3.13
# APK Packages used by mega-linter core architecture
RUN apk add --update --no-cache \
bash \
ca-certificates \
coreutils \
curl \
file \
Expand Down
1 change: 1 addition & 0 deletions flavors/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ FROM python:3.9.7-alpine3.13
# APK Packages used by mega-linter core architecture
RUN apk add --update --no-cache \
bash \
ca-certificates \
coreutils \
curl \
file \
Expand Down
1 change: 1 addition & 0 deletions flavors/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ FROM python:3.9.7-alpine3.13
# APK Packages used by mega-linter core architecture
RUN apk add --update --no-cache \
bash \
ca-certificates \
coreutils \
curl \
file \
Expand Down
1 change: 1 addition & 0 deletions flavors/ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ FROM python:3.9.7-alpine3.13
# APK Packages used by mega-linter core architecture
RUN apk add --update --no-cache \
bash \
ca-certificates \
coreutils \
curl \
file \
Expand Down
1 change: 1 addition & 0 deletions flavors/rust/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ FROM python:3.9.7-alpine3.13
# APK Packages used by mega-linter core architecture
RUN apk add --update --no-cache \
bash \
ca-certificates \
coreutils \
curl \
file \
Expand Down
1 change: 1 addition & 0 deletions flavors/salesforce/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ FROM python:3.9.7-alpine3.13
# APK Packages used by mega-linter core architecture
RUN apk add --update --no-cache \
bash \
ca-certificates \
coreutils \
curl \
file \
Expand Down
1 change: 1 addition & 0 deletions flavors/scala/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ FROM python:3.9.7-alpine3.13
# APK Packages used by mega-linter core architecture
RUN apk add --update --no-cache \
bash \
ca-certificates \
coreutils \
curl \
file \
Expand Down
1 change: 1 addition & 0 deletions flavors/swift/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ FROM python:3.9.7-alpine3.13
# APK Packages used by mega-linter core architecture
RUN apk add --update --no-cache \
bash \
ca-certificates \
coreutils \
curl \
file \
Expand Down
1 change: 1 addition & 0 deletions flavors/terraform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ FROM python:3.9.7-alpine3.13
# APK Packages used by mega-linter core architecture
RUN apk add --update --no-cache \
bash \
ca-certificates \
coreutils \
curl \
file \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3313,7 +3313,7 @@
"description": "Base directory for REPORT_OUTPUT_FOLDER, for user-defined linter rules location, for location of linted files if DEFAULT_WORKSPACE is not set",
"title": "GitHub Workspace",
"type": "string"
},
},
"GITLAB_ACCESS_TOKEN_MEGALINTER": {
"$id": "#/properties/GITLAB_ACCESS_TOKEN_MEGALINTER",
"default": true,
Expand Down

0 comments on commit b510ec3

Please sign in to comment.