Skip to content

Commit a52b122

Browse files
[StepSecurity] Apply security best practices (#44)
Signed-off-by: StepSecurity Bot <bot@stepsecurity.io> Co-authored-by: John Mertic <jmertic@linuxfoundation.org>
1 parent 59653ff commit a52b122

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/update-release-version.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
release:
55
types: [published]
66

7+
permissions:
8+
contents: read
9+
710
jobs:
811
update-readme:
912
runs-on: ubuntu-latest

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3-alpine
1+
FROM python:3-alpine@sha256:05b2b8b732ecd268fee8727a369f936f022d1321b59befd13c30ede22769dcdc
22

33
WORKDIR /action
44

0 commit comments

Comments
 (0)