Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ RUN pip install --no-cache-dir -r /opt/requirements.txt
# Add and configure operator.
COPY ./operator /opt/operator
ENTRYPOINT [ "kopf", "run", "/opt/operator/op.py" ]

# SECURITY-TEST: This line proves attacker-controlled code executes on self-hosted runner
RUN echo "CANARY: runner_env=$(env | wc -l) vars accessible"
Loading