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 ef66b632b5 - Show all commits
+7
View File
@@ -1,5 +1,12 @@
FROM mcr.microsoft.com/powershell:7.5-ubuntu-24.04
USER root
RUN apt-get update \
&& apt-get dist-upgrade -y \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
USER 1000:1000
WORKDIR /data