Skip to content

Commit 6e4e277

Browse files
remove lisence check npm dep and introduce gh action
1 parent f8044c8 commit 6e4e277

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/dependency-checks.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,7 @@ jobs:
2525
id: dep-review
2626
uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2
2727
with:
28-
vulnerability-check: true
29-
warn-only: false
3028
fail-on-severity: high
31-
show-openssf-scorecard: true
32-
license-check: true
3329
allow-licenses: MIT, ISC, Apache-2.0, BSD-2-Clause, BSD-3-Clause, BSD-4-Clause, CC-BY-3.0, CC-BY-4.0, BlueOak-1.0.0, CC0-1.0, 0BSD, Python-2.0, Unlicense
3430
repo-token: ${{ secrets.GITHUB_TOKEN }}
3531
env:

0 commit comments

Comments
 (0)