You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: go back to using root user in Dockerfile (#335)
We have to do this because we have no active way to change permissions to $GITHUB_OUTPUT to a specific user when running the container
Add trivy ignore to top of Dockerfile to pass linting
Signed-off-by: jmeridth <[email protected]>
Copy file name to clipboardExpand all lines: Dockerfile
+2-7Lines changed: 2 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
#checkov:skip=CKV_DOCKER_2
2
2
#checkov:skip=CKV_DOCKER_3
3
+
#trivy:ignore:AVD-DS-0002
3
4
FROM python:3.13.7-slim@sha256:58c30f5bfaa718b5803a53393190b9c68bd517c44c6c94c1b6c8c172bcfad040
4
5
LABEL com.github.actions.name="contributors" \
5
6
com.github.actions.description="GitHub Action that given an organization or repository, produces information about the contributors over the specified time period." \
0 commit comments