Skip to content

Commit

Permalink
Update arc-solarwinds-simulation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsh-coder committed Sep 23, 2023
1 parent 783b816 commit f0bd5f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/arc-solarwinds-simulation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ name: "ARC: File Monitoring with Harden-Runner"
on:
workflow_dispatch:
push:

jobs:
arc-solarwinds-simulation:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: npm install
run: |
cd ./src/backdoor-demo
Expand Down

0 comments on commit f0bd5f5

Please sign in to comment.