File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 11# checkov:skip=CKV_DOCKER_2
22# checkov:skip=CKV_DOCKER_3
3+ # trivy:ignore:AVD-DS-0002
34FROM python:3.13.7-slim@sha256:58c30f5bfaa718b5803a53393190b9c68bd517c44c6c94c1b6c8c172bcfad040
45LABEL com.github.actions.name="measure-innersource" \
56 com.github.actions.description="Measure and report on the InnerSource collaboration occuring in a given repository" \
@@ -18,13 +19,7 @@ COPY requirements.txt *.py /action/workspace/
1819RUN python3 -m pip install --no-cache-dir -r requirements.txt \
1920 && apt-get -y update \
2021 && apt-get -y install --no-install-recommends git=1:2.47.3-0+deb13u1 \
21- && rm -rf /var/lib/apt/lists/* \
22- && addgroup --system appuser \
23- && adduser --system --ingroup appuser --home /action/workspace --disabled-login appuser \
24- && chown -R appuser:appuser /action/workspace
25-
26- # Run the action as a non-root user
27- USER appuser
22+ && rm -rf /var/lib/apt/lists/*
2823
2924# Add a simple healthcheck to satisfy container scanners
3025HEALTHCHECK --interval=30s --timeout=10s --start-period=10s --retries=3 \
You can’t perform that action at this time.
0 commit comments