SQSCANGHA-3 Permission cleanup doesn't run if the scanner exits with a non-0 code (#33)

This commit is contained in:
Benjamin Svobodny
2022-07-05 09:15:01 -04:00
committed by GitHub
parent bdba66714e
commit fd8151470c
6 changed files with 14 additions and 5 deletions

View File

@@ -12,4 +12,6 @@ LABEL version="1.1.0" \
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
COPY cleanup.sh /cleanup.sh
RUN chmod +x /cleanup.sh
ENTRYPOINT ["/entrypoint.sh"]