Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsh-coder committed Sep 23, 2023
1 parent 1b27e13 commit fdbacb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hosted-file-monitor-with-hr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Docker
name: Hosted - File Monitoring with Harden-Runner
on:
workflow_dispatch:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hosted-file-monitor-without-hr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Docker
name: Hosted - File Monitoring with Harden-Runner
on:
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion src/backdoor-demo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /usr/src/app
# where available (npm@5+)
COPY package*.json ./

RUN npm install
RUN npm install --verbose
# If you are building your code for production
# RUN npm ci --omit=dev

Expand Down

0 comments on commit fdbacb3

Please sign in to comment.