diff --git a/.github/workflows/hosted-file-monitor-with-hr.yml b/.github/workflows/hosted-file-monitor-with-hr.yml index bacd58e3..8de5be68 100644 --- a/.github/workflows/hosted-file-monitor-with-hr.yml +++ b/.github/workflows/hosted-file-monitor-with-hr.yml @@ -1,4 +1,4 @@ -name: Publish Docker +name: Hosted - File Monitoring with Harden-Runner on: workflow_dispatch: push: diff --git a/.github/workflows/hosted-file-monitor-without-hr.yml b/.github/workflows/hosted-file-monitor-without-hr.yml index 9f18fbab..d84abe00 100644 --- a/.github/workflows/hosted-file-monitor-without-hr.yml +++ b/.github/workflows/hosted-file-monitor-without-hr.yml @@ -1,4 +1,4 @@ -name: Publish Docker +name: Hosted - File Monitoring with Harden-Runner on: workflow_dispatch: diff --git a/src/backdoor-demo/Dockerfile b/src/backdoor-demo/Dockerfile index a446f280..7669fe9e 100644 --- a/src/backdoor-demo/Dockerfile +++ b/src/backdoor-demo/Dockerfile @@ -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