Skip to content

Commit 9b66046

Browse files
committed
chore: update MegaLinter configuration and Dockerfile for improved user management and file handling
1 parent f487a14 commit 9b66046

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.mega-linter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ DISABLE_LINTERS:
88

99
DISABLE_ERRORS_LINTERS:
1010
- COPYPASTE_JSCPD
11+
- REPOSITORY_CHECKOV
1112
- REPOSITORY_DEVSKIM
1213
- REPOSITORY_KICS
14+
- REPOSITORY_TRIVY
1315

1416
EMAIL_REPORTER: false
1517
FILEIO_REPORTER: false

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
1818
--mount=type=bind,source=uv.lock,target=uv.lock \
1919
--mount=type=bind,source=pyproject.toml,target=pyproject.toml \
2020
uv sync --frozen --no-install-project --no-dev
21-
ADD . /app
21+
COPY . /app
2222
RUN --mount=type=cache,target=/root/.cache/uv \
2323
uv sync --frozen --no-dev
2424

0 commit comments

Comments
 (0)