resolving DS-0017 finding
Security / security (push) Successful in 2m11s

This commit is contained in:
2026-05-13 10:53:02 -05:00
parent ef66b632b5
commit b92dd4ee30
+2 -1
View File
@@ -3,6 +3,7 @@ FROM mcr.microsoft.com/powershell:7.5-ubuntu-24.04
USER root
RUN apt-get update \
&& apt-get install -y --no-install-recommends ca-certificates \
&& apt-get dist-upgrade -y \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
@@ -12,4 +13,4 @@ USER 1000:1000
WORKDIR /data
COPY ["Start-DoneTickNotifier.ps1", "/data/"]
ENTRYPOINT ["pwsh", "-Command", "/data/Start-DoneTickNotifier.ps1"]
ENTRYPOINT ["pwsh", "-Command", "/data/Start-DoneTickNotifier.ps1"]