Skip to content

Commit

Permalink
Fix docker warnings (#3853)
Browse files Browse the repository at this point in the history
* [automation] Auto-update linters version, help and documentation

* [MegaLinter] Apply linters fixes

* Remove swiftlint deprecated --path argument

* Fix docker issues

* build

---------

Co-authored-by: nvuillam <nvuillam@users.noreply.github.com>
  • Loading branch information
nvuillam and nvuillam authored Aug 11, 2024
1 parent b8fe855 commit 0da8fce
Show file tree
Hide file tree
Showing 158 changed files with 837 additions and 1,265 deletions.
2 changes: 1 addition & 1 deletion .automation/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ def build_dockerfile(
is_docker_other_run = False
docker_other += [dockerfile_item]
all_dockerfile_items += [dockerfile_item]
docker_other += [""]
docker_other += ["#"]
# Collect python packages
if "apk" in item["install"]:
apk_packages += item["install"]["apk"]
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- Flavors

- CI
- Fix docker warnings
- FromAsCasing: 'as' and 'FROM' keywords' casing do not match
- NoEmptyContinuation: Empty continuation line
- SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data

- Linter versions upgrades
- [protolint](https://github.com/yoheimuta/protolint) from 0.50.2 to **0.50.3** on 2024-07-07
Expand Down
Loading

0 comments on commit 0da8fce

Please sign in to comment.