Skip to content

Commit 02ea3b4

Browse files
bdovazbdominguez
authored andcommitted
Fix linters
1 parent 1bfdb14 commit 02ea3b4

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

.github/linters/.cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -902,6 +902,7 @@
902902
"msrest",
903903
"mstruebing",
904904
"msvs",
905+
"multiarch",
905906
"multiline",
906907
"multline",
907908
"musl",

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ FROM multiarch/qemu-user-static:x86_64-aarch64 as qemu
5151
FROM python:3.11.3-alpine3.17
5252
ARG GITHUB_TOKEN
5353

54-
# https://stackoverflow.com/a/73711302/699056
54+
# https://stackoverflow.com/a/73711302/699056
5555
COPY --from=qemu /usr/bin/qemu-aarch64-static /usr/bin/
56-
# https://stackoverflow.com/a/73711302/699056
57-
# https://stackoverflow.com/a/73359981/699056
58-
# https://stackoverflow.com/a/71209637/699056
59-
RUN apk add --update libc6-compat \
56+
# https://stackoverflow.com/a/73711302/699056
57+
# https://stackoverflow.com/a/73359981/699056
58+
# https://stackoverflow.com/a/71209637/699056
59+
RUN apk add --update --no-cache libc6-compat \
6060
gcompat \
6161
qemu-x86_64
6262

megalinter/descriptors/python.megalinter-descriptor.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,6 @@ linters:
222222
examples:
223223
- "bandit myfile.py"
224224
- "bandit --configfile .bandit.yml myfile.py"
225-
install:
226-
pip:
227-
- bandit
228-
- bandit_sarif_formatter
229225
install:
230226
pip:
231227
- bandit

0 commit comments

Comments
 (0)