File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 890
890
" msgon" ,
891
891
" mstruebing" ,
892
892
" msvs" ,
893
+ " multiarch" ,
893
894
" multiline" ,
894
895
" multline" ,
895
896
" musl" ,
Original file line number Diff line number Diff line change @@ -51,12 +51,12 @@ FROM multiarch/qemu-user-static:x86_64-aarch64 as qemu
51
51
FROM python:3.11.2-alpine3.17
52
52
ARG GITHUB_TOKEN
53
53
54
- # https://stackoverflow.com/a/73711302/699056
54
+ # https://stackoverflow.com/a/73711302/699056
55
55
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 \
60
60
gcompat \
61
61
qemu-x86_64
62
62
Original file line number Diff line number Diff line change @@ -221,10 +221,6 @@ linters:
221
221
examples :
222
222
- " bandit myfile.py"
223
223
- " bandit --configfile .bandit.yml myfile.py"
224
- install :
225
- pip :
226
- - bandit
227
- - bandit_sarif_formatter
228
224
install :
229
225
pip :
230
226
- bandit
You can’t perform that action at this time.
0 commit comments