We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bc389f7
3989a23
1 parent 543d0cf commit 8107979Copy full SHA for 8107979
1 file changed
Dockerfile
@@ -1,7 +1,7 @@
1
#checkov:skip=CKV_DOCKER_2
2
#checkov:skip=CKV_DOCKER_3
3
#trivy:ignore:AVD-DS-0002
4
-FROM python:3.14-slim@sha256:bc389f7dfcb21413e72a28f491985326994795e34d2b86c8ae2f417b4e7818aa
+FROM python:3.14-slim@sha256:3989a23fd2c28a34c7be819e488b958a10601d421ac25bea1e7a5d757365e2d5
5
LABEL com.github.actions.name="issue-metrics" \
6
com.github.actions.description="Gather metrics on issues/prs/discussions such as time to first response, count of issues opened, closed, etc." \
7
com.github.actions.icon="check-square" \
0 commit comments