adding security tool stack, pre-commit steps, and gitignore additions #6

Merged
kelly merged 9 commits from fresh-copy into main 2026-05-13 11:15:47 -05:00
Showing only changes of commit b92dd4ee30 - Show all commits
+1
View File
@@ -3,6 +3,7 @@ FROM mcr.microsoft.com/powershell:7.5-ubuntu-24.04
USER root USER root
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y --no-install-recommends ca-certificates \
&& apt-get dist-upgrade -y \ && apt-get dist-upgrade -y \
&& apt-get clean \ && apt-get clean \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*