Commit 272c21a 1 parent 548afb2 commit 272c21a Copy full SHA for 272c21a
File tree 3 files changed +10
-0
lines changed
3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change
1
+ quiet : true
2
+ skip-check :
3
+ # Ensure that HEALTHCHECK instructions have been added to container images
4
+ - CKV_DOCKER_2
5
+ # Ensure that a user for the container has been created
6
+ - CKV_DOCKER_3
Original file line number Diff line number Diff line change 20
20
- name : Checkout
21
21
id : checkout
22
22
uses : actions/checkout@v4
23
+ with :
24
+ fetch-depth : 0
23
25
24
26
- name : Setup Node.js
25
27
id : setup-node
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ FROM node:slim
3
3
4
4
# Create a directory for the action code
5
5
RUN mkdir -p /usr/src/app
6
+
7
+ # Set the working directory inside the container.
6
8
WORKDIR /usr/src/app
7
9
8
10
# Copy the repository contents to the container
You can’t perform that action at this time.
0 commit comments