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 902
902
" msrest" ,
903
903
" mstruebing" ,
904
904
" msvs" ,
905
+ " multiarch" ,
905
906
" multiline" ,
906
907
" multline" ,
907
908
" 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.3-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 @@ -222,10 +222,6 @@ linters:
222
222
examples :
223
223
- " bandit myfile.py"
224
224
- " bandit --configfile .bandit.yml myfile.py"
225
- install :
226
- pip :
227
- - bandit
228
- - bandit_sarif_formatter
229
225
install :
230
226
pip :
231
227
- bandit
You can’t perform that action at this time.
0 commit comments