Skip to content

Commit

Permalink
[build-command] Update generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored and megalinter-bot committed Apr 7, 2023
1 parent 5cad20a commit 9747981
Show file tree
Hide file tree
Showing 129 changed files with 516 additions and 516 deletions.
8 changes: 4 additions & 4 deletions flavors/ci_light/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,10 @@ RUN PYTHONDONTWRITEBYTECODE=1 python /megalinter/setup.py install \
COPY --chown=1000:1000 megalinter/descriptors /megalinter-descriptors
COPY --chown=1000:1000 TEMPLATES /action/lib/.automation

###############################################################
# Make a directory to bind mount to that isn't owned by root. #
###############################################################
RUN mkdir /tmp/lint && chown 1000:1000 /tmp/lint
#####################################################
# Make the container rootless for sake of security. #
#####################################################
USER 1000

###########################
# Get the build arguments #
Expand Down
8 changes: 4 additions & 4 deletions flavors/cupcake/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -460,10 +460,10 @@ RUN PYTHONDONTWRITEBYTECODE=1 python /megalinter/setup.py install \
COPY --chown=1000:1000 megalinter/descriptors /megalinter-descriptors
COPY --chown=1000:1000 TEMPLATES /action/lib/.automation

###############################################################
# Make a directory to bind mount to that isn't owned by root. #
###############################################################
RUN mkdir /tmp/lint && chown 1000:1000 /tmp/lint
#####################################################
# Make the container rootless for sake of security. #
#####################################################
USER 1000

###########################
# Get the build arguments #
Expand Down
8 changes: 4 additions & 4 deletions flavors/documentation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -306,10 +306,10 @@ RUN PYTHONDONTWRITEBYTECODE=1 python /megalinter/setup.py install \
COPY --chown=1000:1000 megalinter/descriptors /megalinter-descriptors
COPY --chown=1000:1000 TEMPLATES /action/lib/.automation

###############################################################
# Make a directory to bind mount to that isn't owned by root. #
###############################################################
RUN mkdir /tmp/lint && chown 1000:1000 /tmp/lint
#####################################################
# Make the container rootless for sake of security. #
#####################################################
USER 1000

###########################
# Get the build arguments #
Expand Down
8 changes: 4 additions & 4 deletions flavors/dotnet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -401,10 +401,10 @@ RUN PYTHONDONTWRITEBYTECODE=1 python /megalinter/setup.py install \
COPY --chown=1000:1000 megalinter/descriptors /megalinter-descriptors
COPY --chown=1000:1000 TEMPLATES /action/lib/.automation

###############################################################
# Make a directory to bind mount to that isn't owned by root. #
###############################################################
RUN mkdir /tmp/lint && chown 1000:1000 /tmp/lint
#####################################################
# Make the container rootless for sake of security. #
#####################################################
USER 1000

###########################
# Get the build arguments #
Expand Down
8 changes: 4 additions & 4 deletions flavors/go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -321,10 +321,10 @@ RUN PYTHONDONTWRITEBYTECODE=1 python /megalinter/setup.py install \
COPY --chown=1000:1000 megalinter/descriptors /megalinter-descriptors
COPY --chown=1000:1000 TEMPLATES /action/lib/.automation

###############################################################
# Make a directory to bind mount to that isn't owned by root. #
###############################################################
RUN mkdir /tmp/lint && chown 1000:1000 /tmp/lint
#####################################################
# Make the container rootless for sake of security. #
#####################################################
USER 1000

###########################
# Get the build arguments #
Expand Down
8 changes: 4 additions & 4 deletions flavors/java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -334,10 +334,10 @@ RUN PYTHONDONTWRITEBYTECODE=1 python /megalinter/setup.py install \
COPY --chown=1000:1000 megalinter/descriptors /megalinter-descriptors
COPY --chown=1000:1000 TEMPLATES /action/lib/.automation

###############################################################
# Make a directory to bind mount to that isn't owned by root. #
###############################################################
RUN mkdir /tmp/lint && chown 1000:1000 /tmp/lint
#####################################################
# Make the container rootless for sake of security. #
#####################################################
USER 1000

###########################
# Get the build arguments #
Expand Down
8 changes: 4 additions & 4 deletions flavors/javascript/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -322,10 +322,10 @@ RUN PYTHONDONTWRITEBYTECODE=1 python /megalinter/setup.py install \
COPY --chown=1000:1000 megalinter/descriptors /megalinter-descriptors
COPY --chown=1000:1000 TEMPLATES /action/lib/.automation

###############################################################
# Make a directory to bind mount to that isn't owned by root. #
###############################################################
RUN mkdir /tmp/lint && chown 1000:1000 /tmp/lint
#####################################################
# Make the container rootless for sake of security. #
#####################################################
USER 1000

###########################
# Get the build arguments #
Expand Down
8 changes: 4 additions & 4 deletions flavors/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -350,10 +350,10 @@ RUN PYTHONDONTWRITEBYTECODE=1 python /megalinter/setup.py install \
COPY --chown=1000:1000 megalinter/descriptors /megalinter-descriptors
COPY --chown=1000:1000 TEMPLATES /action/lib/.automation

###############################################################
# Make a directory to bind mount to that isn't owned by root. #
###############################################################
RUN mkdir /tmp/lint && chown 1000:1000 /tmp/lint
#####################################################
# Make the container rootless for sake of security. #
#####################################################
USER 1000

###########################
# Get the build arguments #
Expand Down
8 changes: 4 additions & 4 deletions flavors/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -317,10 +317,10 @@ RUN PYTHONDONTWRITEBYTECODE=1 python /megalinter/setup.py install \
COPY --chown=1000:1000 megalinter/descriptors /megalinter-descriptors
COPY --chown=1000:1000 TEMPLATES /action/lib/.automation

###############################################################
# Make a directory to bind mount to that isn't owned by root. #
###############################################################
RUN mkdir /tmp/lint && chown 1000:1000 /tmp/lint
#####################################################
# Make the container rootless for sake of security. #
#####################################################
USER 1000

###########################
# Get the build arguments #
Expand Down
8 changes: 4 additions & 4 deletions flavors/ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -307,10 +307,10 @@ RUN PYTHONDONTWRITEBYTECODE=1 python /megalinter/setup.py install \
COPY --chown=1000:1000 megalinter/descriptors /megalinter-descriptors
COPY --chown=1000:1000 TEMPLATES /action/lib/.automation

###############################################################
# Make a directory to bind mount to that isn't owned by root. #
###############################################################
RUN mkdir /tmp/lint && chown 1000:1000 /tmp/lint
#####################################################
# Make the container rootless for sake of security. #
#####################################################
USER 1000

###########################
# Get the build arguments #
Expand Down
8 changes: 4 additions & 4 deletions flavors/rust/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -301,10 +301,10 @@ RUN PYTHONDONTWRITEBYTECODE=1 python /megalinter/setup.py install \
COPY --chown=1000:1000 megalinter/descriptors /megalinter-descriptors
COPY --chown=1000:1000 TEMPLATES /action/lib/.automation

###############################################################
# Make a directory to bind mount to that isn't owned by root. #
###############################################################
RUN mkdir /tmp/lint && chown 1000:1000 /tmp/lint
#####################################################
# Make the container rootless for sake of security. #
#####################################################
USER 1000

###########################
# Get the build arguments #
Expand Down
8 changes: 4 additions & 4 deletions flavors/salesforce/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -328,10 +328,10 @@ RUN PYTHONDONTWRITEBYTECODE=1 python /megalinter/setup.py install \
COPY --chown=1000:1000 megalinter/descriptors /megalinter-descriptors
COPY --chown=1000:1000 TEMPLATES /action/lib/.automation

###############################################################
# Make a directory to bind mount to that isn't owned by root. #
###############################################################
RUN mkdir /tmp/lint && chown 1000:1000 /tmp/lint
#####################################################
# Make the container rootless for sake of security. #
#####################################################
USER 1000

###########################
# Get the build arguments #
Expand Down
8 changes: 4 additions & 4 deletions flavors/security/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -263,10 +263,10 @@ RUN PYTHONDONTWRITEBYTECODE=1 python /megalinter/setup.py install \
COPY --chown=1000:1000 megalinter/descriptors /megalinter-descriptors
COPY --chown=1000:1000 TEMPLATES /action/lib/.automation

###############################################################
# Make a directory to bind mount to that isn't owned by root. #
###############################################################
RUN mkdir /tmp/lint && chown 1000:1000 /tmp/lint
#####################################################
# Make the container rootless for sake of security. #
#####################################################
USER 1000

###########################
# Get the build arguments #
Expand Down
8 changes: 4 additions & 4 deletions flavors/swift/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -304,10 +304,10 @@ RUN PYTHONDONTWRITEBYTECODE=1 python /megalinter/setup.py install \
COPY --chown=1000:1000 megalinter/descriptors /megalinter-descriptors
COPY --chown=1000:1000 TEMPLATES /action/lib/.automation

###############################################################
# Make a directory to bind mount to that isn't owned by root. #
###############################################################
RUN mkdir /tmp/lint && chown 1000:1000 /tmp/lint
#####################################################
# Make the container rootless for sake of security. #
#####################################################
USER 1000

###########################
# Get the build arguments #
Expand Down
8 changes: 4 additions & 4 deletions flavors/terraform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -330,10 +330,10 @@ RUN PYTHONDONTWRITEBYTECODE=1 python /megalinter/setup.py install \
COPY --chown=1000:1000 megalinter/descriptors /megalinter-descriptors
COPY --chown=1000:1000 TEMPLATES /action/lib/.automation

###############################################################
# Make a directory to bind mount to that isn't owned by root. #
###############################################################
RUN mkdir /tmp/lint && chown 1000:1000 /tmp/lint
#####################################################
# Make the container rootless for sake of security. #
#####################################################
USER 1000

###########################
# Get the build arguments #
Expand Down
8 changes: 4 additions & 4 deletions linters/action_actionlint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@ RUN PYTHONDONTWRITEBYTECODE=1 python /megalinter/setup.py install \
COPY --chown=1000:1000 megalinter/descriptors /megalinter-descriptors
COPY --chown=1000:1000 TEMPLATES /action/lib/.automation

###############################################################
# Make a directory to bind mount to that isn't owned by root. #
###############################################################
RUN mkdir /tmp/lint && chown 1000:1000 /tmp/lint
#####################################################
# Make the container rootless for sake of security. #
#####################################################
USER 1000

###########################
# Get the build arguments #
Expand Down
8 changes: 4 additions & 4 deletions linters/ansible_ansible_lint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ RUN PYTHONDONTWRITEBYTECODE=1 python /megalinter/setup.py install \
COPY --chown=1000:1000 megalinter/descriptors /megalinter-descriptors
COPY --chown=1000:1000 TEMPLATES /action/lib/.automation

###############################################################
# Make a directory to bind mount to that isn't owned by root. #
###############################################################
RUN mkdir /tmp/lint && chown 1000:1000 /tmp/lint
#####################################################
# Make the container rootless for sake of security. #
#####################################################
USER 1000

###########################
# Get the build arguments #
Expand Down
8 changes: 4 additions & 4 deletions linters/arm_arm_ttk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ RUN PYTHONDONTWRITEBYTECODE=1 python /megalinter/setup.py install \
COPY --chown=1000:1000 megalinter/descriptors /megalinter-descriptors
COPY --chown=1000:1000 TEMPLATES /action/lib/.automation

###############################################################
# Make a directory to bind mount to that isn't owned by root. #
###############################################################
RUN mkdir /tmp/lint && chown 1000:1000 /tmp/lint
#####################################################
# Make the container rootless for sake of security. #
#####################################################
USER 1000

###########################
# Get the build arguments #
Expand Down
8 changes: 4 additions & 4 deletions linters/bash_exec/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,10 @@ RUN PYTHONDONTWRITEBYTECODE=1 python /megalinter/setup.py install \
COPY --chown=1000:1000 megalinter/descriptors /megalinter-descriptors
COPY --chown=1000:1000 TEMPLATES /action/lib/.automation

###############################################################
# Make a directory to bind mount to that isn't owned by root. #
###############################################################
RUN mkdir /tmp/lint && chown 1000:1000 /tmp/lint
#####################################################
# Make the container rootless for sake of security. #
#####################################################
USER 1000

###########################
# Get the build arguments #
Expand Down
8 changes: 4 additions & 4 deletions linters/bash_shellcheck/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@ RUN PYTHONDONTWRITEBYTECODE=1 python /megalinter/setup.py install \
COPY --chown=1000:1000 megalinter/descriptors /megalinter-descriptors
COPY --chown=1000:1000 TEMPLATES /action/lib/.automation

###############################################################
# Make a directory to bind mount to that isn't owned by root. #
###############################################################
RUN mkdir /tmp/lint && chown 1000:1000 /tmp/lint
#####################################################
# Make the container rootless for sake of security. #
#####################################################
USER 1000

###########################
# Get the build arguments #
Expand Down
8 changes: 4 additions & 4 deletions linters/bash_shfmt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ RUN PYTHONDONTWRITEBYTECODE=1 python /megalinter/setup.py install \
COPY --chown=1000:1000 megalinter/descriptors /megalinter-descriptors
COPY --chown=1000:1000 TEMPLATES /action/lib/.automation

###############################################################
# Make a directory to bind mount to that isn't owned by root. #
###############################################################
RUN mkdir /tmp/lint && chown 1000:1000 /tmp/lint
#####################################################
# Make the container rootless for sake of security. #
#####################################################
USER 1000

###########################
# Get the build arguments #
Expand Down
8 changes: 4 additions & 4 deletions linters/bicep_bicep_linter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,10 @@ RUN PYTHONDONTWRITEBYTECODE=1 python /megalinter/setup.py install \
COPY --chown=1000:1000 megalinter/descriptors /megalinter-descriptors
COPY --chown=1000:1000 TEMPLATES /action/lib/.automation

###############################################################
# Make a directory to bind mount to that isn't owned by root. #
###############################################################
RUN mkdir /tmp/lint && chown 1000:1000 /tmp/lint
#####################################################
# Make the container rootless for sake of security. #
#####################################################
USER 1000

###########################
# Get the build arguments #
Expand Down
8 changes: 4 additions & 4 deletions linters/c_cpplint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ RUN PYTHONDONTWRITEBYTECODE=1 python /megalinter/setup.py install \
COPY --chown=1000:1000 megalinter/descriptors /megalinter-descriptors
COPY --chown=1000:1000 TEMPLATES /action/lib/.automation

###############################################################
# Make a directory to bind mount to that isn't owned by root. #
###############################################################
RUN mkdir /tmp/lint && chown 1000:1000 /tmp/lint
#####################################################
# Make the container rootless for sake of security. #
#####################################################
USER 1000

###########################
# Get the build arguments #
Expand Down
8 changes: 4 additions & 4 deletions linters/clojure_clj_kondo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@ RUN PYTHONDONTWRITEBYTECODE=1 python /megalinter/setup.py install \
COPY --chown=1000:1000 megalinter/descriptors /megalinter-descriptors
COPY --chown=1000:1000 TEMPLATES /action/lib/.automation

###############################################################
# Make a directory to bind mount to that isn't owned by root. #
###############################################################
RUN mkdir /tmp/lint && chown 1000:1000 /tmp/lint
#####################################################
# Make the container rootless for sake of security. #
#####################################################
USER 1000

###########################
# Get the build arguments #
Expand Down
8 changes: 4 additions & 4 deletions linters/cloudformation_cfn_lint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ RUN PYTHONDONTWRITEBYTECODE=1 python /megalinter/setup.py install \
COPY --chown=1000:1000 megalinter/descriptors /megalinter-descriptors
COPY --chown=1000:1000 TEMPLATES /action/lib/.automation

###############################################################
# Make a directory to bind mount to that isn't owned by root. #
###############################################################
RUN mkdir /tmp/lint && chown 1000:1000 /tmp/lint
#####################################################
# Make the container rootless for sake of security. #
#####################################################
USER 1000

###########################
# Get the build arguments #
Expand Down
8 changes: 4 additions & 4 deletions linters/coffee_coffeelint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@ RUN PYTHONDONTWRITEBYTECODE=1 python /megalinter/setup.py install \
COPY --chown=1000:1000 megalinter/descriptors /megalinter-descriptors
COPY --chown=1000:1000 TEMPLATES /action/lib/.automation

###############################################################
# Make a directory to bind mount to that isn't owned by root. #
###############################################################
RUN mkdir /tmp/lint && chown 1000:1000 /tmp/lint
#####################################################
# Make the container rootless for sake of security. #
#####################################################
USER 1000

###########################
# Get the build arguments #
Expand Down
Loading

0 comments on commit 9747981

Please sign in to comment.