From 984224f8eb8bd60bc398654c435858c1d7d02a2b Mon Sep 17 00:00:00 2001 From: Varun Sharma Date: Sat, 23 Sep 2023 10:51:22 -0700 Subject: [PATCH] updates --- .github/workflows/arc-solarwinds-simulation.yml | 3 --- .github/workflows/hosted-file-monitor-with-hr.yml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/arc-solarwinds-simulation.yml b/.github/workflows/arc-solarwinds-simulation.yml index 3ebb59dc..d64226f7 100644 --- a/.github/workflows/arc-solarwinds-simulation.yml +++ b/.github/workflows/arc-solarwinds-simulation.yml @@ -15,9 +15,6 @@ jobs: run: | cd ./src/backdoor-demo npm install - - run: | - cd ./src/backdoor-demo - cat index.js - name: Publish to Registry uses: elgohr/Publish-Docker-Github-Action@v5 with: diff --git a/.github/workflows/hosted-file-monitor-with-hr.yml b/.github/workflows/hosted-file-monitor-with-hr.yml index 912296b4..12dc07f2 100644 --- a/.github/workflows/hosted-file-monitor-with-hr.yml +++ b/.github/workflows/hosted-file-monitor-with-hr.yml @@ -1,7 +1,7 @@ name: "Hosted: File Monitoring with Harden-Runner" on: workflow_dispatch: - push: + jobs: build: runs-on: ubuntu-latest