Skip to content

Commit fc8c421

Browse files
committed
set audit GH actions to moderate
1 parent 8976b19 commit fc8c421

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/audit.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ jobs:
3737
npm outdated --depth=3 || echo "you must think about update your dependencies :)"
3838
3939
- name: Npm audit
40-
uses: oke-py/npm-audit-action@v1.7.1
40+
uses: oke-py/npm-audit-action@v2
4141
with:
4242
audit_level: moderate
4343
github_token: ${{ secrets.GITHUB_TOKEN }}
44-
dedupe_issues: true
44+
dedupe_issues: true
45+
production_flag: true

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Npm audit
7171
uses: oke-py/npm-audit-action@v2
7272
with:
73-
audit_level: high
73+
audit_level: moderate
7474
github_token: ${{ secrets.GITHUB_TOKEN }}
7575
dedupe_issues: true
7676
production_flag: true

0 commit comments

Comments
 (0)