We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f2cf7 commit 8abeed9Copy full SHA for 8abeed9
.github/workflows/cicd-9-scheduled-assurance.yaml
@@ -57,7 +57,6 @@ jobs:
57
run: |
58
git fetch origin ${{ env.RELEASE_BRANCH }}
59
echo "value=$(git describe --tags --abbrev=0 --first-parent origin/${{ env.RELEASE_BRANCH }})" | tee -a $GITHUB_OUTPUT
60
- exit 1
61
62
- name: "Deploy version ${{ steps.get-latest-tag-name.outputs.value }} to (preprod)"
63
timeout-minutes: 10
@@ -134,7 +133,7 @@ jobs:
134
133
- name: "Audit npm packages (critical vulnerabilities)"
135
if: ${{ !cancelled() }}
136
working-directory: release-audit
137
- run: npm audit --audit-level=critical
+ run: npm audit --audit-level=moderate
138
139
#################################################################
140
# Main branch deployment and assurance (e2e+snapshots+contract)
0 commit comments