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 890890 " msgon" ,
891891 " mstruebing" ,
892892 " msvs" ,
893+ " multiarch" ,
893894 " multiline" ,
894895 " multline" ,
895896 " 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
5151FROM python:3.11.2-alpine3.17
5252ARG GITHUB_TOKEN
5353
54- # https://stackoverflow.com/a/73711302/699056
54+ # https://stackoverflow.com/a/73711302/699056
5555COPY --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
Original file line number Diff line number Diff line change @@ -221,10 +221,6 @@ linters:
221221 examples :
222222 - " bandit myfile.py"
223223 - " bandit --configfile .bandit.yml myfile.py"
224- install :
225- pip :
226- - bandit
227- - bandit_sarif_formatter
228224 install :
229225 pip :
230226 - bandit
You can’t perform that action at this time.
0 commit comments