Skip to content

Commit 3787d22

Browse files
VIA-808 AS Revert audit level back to critical for vulnerability check
1 parent 6146adc commit 3787d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
ref: "release/v1.0"
5454

5555
- name: "Audit npm packages (critical vulnerabilities)"
56-
run: npm audit --audit-level=moderate
56+
run: npm audit --audit-level=critical
5757

5858
- name: "Get latest tag name on release/v1.0 branch"
5959
id: get-latest-tag-name

0 commit comments

Comments
 (0)