Skip to content

Commit 8abeed9

Browse files
VIA-808 AS Update audit level to moderate to simulate npm audit error
1 parent 71f2cf7 commit 8abeed9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cicd-9-scheduled-assurance.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ jobs:
5757
run: |
5858
git fetch origin ${{ env.RELEASE_BRANCH }}
5959
echo "value=$(git describe --tags --abbrev=0 --first-parent origin/${{ env.RELEASE_BRANCH }})" | tee -a $GITHUB_OUTPUT
60-
exit 1
6160
6261
- name: "Deploy version ${{ steps.get-latest-tag-name.outputs.value }} to (preprod)"
6362
timeout-minutes: 10
@@ -134,7 +133,7 @@ jobs:
134133
- name: "Audit npm packages (critical vulnerabilities)"
135134
if: ${{ !cancelled() }}
136135
working-directory: release-audit
137-
run: npm audit --audit-level=critical
136+
run: npm audit --audit-level=moderate
138137

139138
#################################################################
140139
# Main branch deployment and assurance (e2e+snapshots+contract)

0 commit comments

Comments
 (0)