Skip to content

Commit 493813c

Browse files
nikolaikwebispy
authored andcommitted
Pin docker base image
This reduces the consequence of a base image for this action being tampered with, since action consumers can pin the action sha and be a bit more sure what code is running. Signed-off-by: Nikolai R Kristiansen <nikolai.kristiansen@remarkable.no>
1 parent 58374fe commit 493813c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM webispy/checkpatch
1+
FROM webispy/checkpatch@sha256:e84b5049be1410395ecca4547e14b1d209fb9f3327383bef83b25aeb666a8304
22

33
COPY entrypoint.sh /entrypoint.sh
44
COPY review.sh /review.sh
55

6-
ENTRYPOINT ["/entrypoint.sh"]
6+
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)