Skip to content

Commit 9c3b55f

Browse files
committed
feat(ci): add Dependency and License checks to build workflow
1 parent b3bbbd4 commit 9c3b55f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/_build.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,14 @@ jobs:
6565
with:
6666
fetch-depth: 0
6767

68+
# Dependency review scans for introduced vulnerabilities and compatible licenses.
69+
- name: Dependency Review
70+
uses: actions/dependency-review-action@0efb1d1d84fc9633afcdaad14c485cbbc90ef46c # v2.5.1
71+
with:
72+
fail-on-severity: moderate
73+
license-check: true
74+
vulnerability-check: true
75+
6876
- name: Set up Python
6977
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
7078
with:

0 commit comments

Comments
 (0)