We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77ab22b + 1a6cb36 commit 54d62ffCopy full SHA for 54d62ff
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:486b8092bfb12997e10d4920897213a06563449c951c5506c2a2cfaf591c599f
+FROM python:3.14-slim@sha256:6a27522252aef8432841f224d9baaa6e9fce07b07584154fa0b9a96603af7456
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