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

tekton-lint is now published as @ibm/tekton-lint #3210

Merged
merged 4 commits into from
Dec 13, 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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- New linters

- Fixes
- tekton-lint is now published as @ibm/tekton-lint, by @echoix in [#3210](https://github.com/oxsecurity/megalinter/pull/3210)

- Doc
- Upgrade url to [PHP CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer), as now the original repo is not maintained anymore.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ RUN npm --no-cache install --ignore-scripts --omit=dev \
@secretlint/secretlint-formatter-sarif \
cspell \
sql-lint \
tekton-lint \
@ibm/tekton-lint \
prettyjson \
@typescript-eslint/eslint-plugin \
@typescript-eslint/parser \
Expand Down
2 changes: 1 addition & 1 deletion flavors/c_cpp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ RUN npm --no-cache install --ignore-scripts --omit=dev \
@secretlint/secretlint-formatter-sarif \
cspell \
sql-lint \
tekton-lint && \
@ibm/tekton-lint && \
echo "Cleaning npm cache…" \
&& npm cache clean --force || true \
&& echo "Changing owner of node_modules files…" \
Expand Down
2 changes: 1 addition & 1 deletion flavors/documentation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ RUN npm --no-cache install --ignore-scripts --omit=dev \
@secretlint/secretlint-formatter-sarif \
cspell \
sql-lint \
tekton-lint && \
@ibm/tekton-lint && \
echo "Cleaning npm cache…" \
&& npm cache clean --force || true \
&& echo "Changing owner of node_modules files…" \
Expand Down
2 changes: 1 addition & 1 deletion flavors/dotnet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ RUN npm --no-cache install --ignore-scripts --omit=dev \
@secretlint/secretlint-formatter-sarif \
cspell \
sql-lint \
tekton-lint && \
@ibm/tekton-lint && \
echo "Cleaning npm cache…" \
&& npm cache clean --force || true \
&& echo "Changing owner of node_modules files…" \
Expand Down
2 changes: 1 addition & 1 deletion flavors/dotnetweb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ RUN npm --no-cache install --ignore-scripts --omit=dev \
@secretlint/secretlint-formatter-sarif \
cspell \
sql-lint \
tekton-lint \
@ibm/tekton-lint \
prettyjson \
@typescript-eslint/eslint-plugin \
@typescript-eslint/parser \
Expand Down
2 changes: 1 addition & 1 deletion flavors/go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ RUN npm --no-cache install --ignore-scripts --omit=dev \
@secretlint/secretlint-formatter-sarif \
cspell \
sql-lint \
tekton-lint && \
@ibm/tekton-lint && \
echo "Cleaning npm cache…" \
&& npm cache clean --force || true \
&& echo "Changing owner of node_modules files…" \
Expand Down
2 changes: 1 addition & 1 deletion flavors/java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ RUN npm --no-cache install --ignore-scripts --omit=dev \
@secretlint/secretlint-formatter-sarif \
cspell \
sql-lint \
tekton-lint && \
@ibm/tekton-lint && \
echo "Cleaning npm cache…" \
&& npm cache clean --force || true \
&& echo "Changing owner of node_modules files…" \
Expand Down
2 changes: 1 addition & 1 deletion flavors/javascript/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ RUN npm --no-cache install --ignore-scripts --omit=dev \
@secretlint/secretlint-formatter-sarif \
cspell \
sql-lint \
tekton-lint \
@ibm/tekton-lint \
prettyjson \
@typescript-eslint/eslint-plugin \
@typescript-eslint/parser \
Expand Down
2 changes: 1 addition & 1 deletion flavors/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN npm --no-cache install --ignore-scripts --omit=dev \
@secretlint/secretlint-formatter-sarif \
cspell \
sql-lint \
tekton-lint && \
@ibm/tekton-lint && \
echo "Cleaning npm cache…" \
&& npm cache clean --force || true \
&& echo "Changing owner of node_modules files…" \
Expand Down
2 changes: 1 addition & 1 deletion flavors/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN npm --no-cache install --ignore-scripts --omit=dev \
@secretlint/secretlint-formatter-sarif \
cspell \
sql-lint \
tekton-lint && \
@ibm/tekton-lint && \
echo "Cleaning npm cache…" \
&& npm cache clean --force || true \
&& echo "Changing owner of node_modules files…" \
Expand Down
2 changes: 1 addition & 1 deletion flavors/ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ RUN npm --no-cache install --ignore-scripts --omit=dev \
@secretlint/secretlint-formatter-sarif \
cspell \
sql-lint \
tekton-lint && \
@ibm/tekton-lint && \
echo "Cleaning npm cache…" \
&& npm cache clean --force || true \
&& echo "Changing owner of node_modules files…" \
Expand Down
2 changes: 1 addition & 1 deletion flavors/rust/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ RUN npm --no-cache install --ignore-scripts --omit=dev \
@secretlint/secretlint-formatter-sarif \
cspell \
sql-lint \
tekton-lint && \
@ibm/tekton-lint && \
echo "Cleaning npm cache…" \
&& npm cache clean --force || true \
&& echo "Changing owner of node_modules files…" \
Expand Down
2 changes: 1 addition & 1 deletion flavors/salesforce/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ RUN npm --no-cache install --ignore-scripts --omit=dev \
@secretlint/secretlint-formatter-sarif \
cspell \
sql-lint \
tekton-lint && \
@ibm/tekton-lint && \
echo "Cleaning npm cache…" \
&& npm cache clean --force || true \
&& echo "Changing owner of node_modules files…" \
Expand Down
2 changes: 1 addition & 1 deletion flavors/swift/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ RUN npm --no-cache install --ignore-scripts --omit=dev \
@secretlint/secretlint-formatter-sarif \
cspell \
sql-lint \
tekton-lint && \
@ibm/tekton-lint && \
echo "Cleaning npm cache…" \
&& npm cache clean --force || true \
&& echo "Changing owner of node_modules files…" \
Expand Down
2 changes: 1 addition & 1 deletion flavors/terraform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ RUN npm --no-cache install --ignore-scripts --omit=dev \
@secretlint/secretlint-formatter-sarif \
cspell \
sql-lint \
tekton-lint && \
@ibm/tekton-lint && \
echo "Cleaning npm cache…" \
&& npm cache clean --force || true \
&& echo "Changing owner of node_modules files…" \
Expand Down
2 changes: 1 addition & 1 deletion linters/tekton_tekton_lint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ ENV NODE_OPTIONS="--max-old-space-size=8192" \
#NPM__START
WORKDIR /node-deps
RUN npm --no-cache install --ignore-scripts --omit=dev \
tekton-lint && \
@ibm/tekton-lint && \
echo "Cleaning npm cache…" \
&& npm cache clean --force || true \
&& echo "Changing owner of node_modules files…" \
Expand Down
2 changes: 1 addition & 1 deletion megalinter/descriptors/tekton.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ linters:
- "tekton-lint myfile.yml"
install:
npm:
- "tekton-lint"
- "@ibm/tekton-lint"