Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Audit
  • Loading branch information
williammanning authored Nov 25, 2024
1 parent 72caf74 commit c183d70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
jf rt build-add-git universe-npm-build 1.0.${{github.run_number}}
jf rt build-collect-env universe-npm-build 1.0.${{github.run_number}}
jf rt npm-publish --build-name=universe-npm-build --build-number=1.0.${{github.run_number}}
jf audit --vuln
jf rt build-publish universe-npm-build 1.0.${{github.run_number}}
jf rt build-scan universe-npm-build 1.0.${{github.run_number}}
jf rt build-promote universe-npm-build 1.0.${{github.run_number}} lego-npm-prod-local --status=production
Expand Down Expand Up @@ -88,4 +89,4 @@ jobs:
- name: build scan
run: |
jf build-scan --fail=false
jf build-scan --fail=false

0 comments on commit c183d70

Please sign in to comment.