enabled enhanced sast scans with automatic issue creation on findings #6

Merged
kelly merged 2 commits from sast-scannning into main 2026-05-16 23:30:06 -05:00
Showing only changes of commit cfcaafffd6 - Show all commits
+9 -1
View File
@@ -1,4 +1,12 @@
FROM mcr.microsoft.com/powershell
FROM mcr.microsoft.com/powershell:7.5-ubuntu-24.04
USER root
RUN apt-get update \
&& apt-get install -y --no-install-recommends tzdata \
&& apt-get dist-upgrade -y \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
USER 1000:1000