Skip to content

Commit

Permalink
Update hosted-file-monitor-with-hr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsh-coder committed Jan 30, 2024
1 parent 11796e7 commit e3b89bc
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/hosted-file-monitor-with-hr.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
name: "Hosted: File Monitoring with Harden-Runner"
on:
workflow_dispatch:

push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: step-security/harden-runner@v2
with:
egress-policy: audit
- uses: crazy-max/ghaction-github-status@v4
- uses: actions/checkout@v3
- name: npm install
run: |
cd ./src/backdoor-demo
npm install
npm install
- name: get-npm-version
id: package-version
uses: martinbeentjes/[email protected]
with:
path: src/backdoor-demo
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
Expand Down

0 comments on commit e3b89bc

Please sign in to comment.