We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b410d6 commit aa6ac62Copy full SHA for aa6ac62
1 file changed
.github/workflows/build.yaml
@@ -57,6 +57,14 @@ jobs:
57
with:
58
fetch-depth: 0
59
60
+ # Dependency review scans for introduced vulnerabilities and compatible licenses.
61
+ - name: Dependency Review
62
+ uses: actions/dependency-review-action@0efb1d1d84fc9633afcdaad14c485cbbc90ef46c # v2.5.1
63
+ with:
64
+ fail-on-severity: moderate
65
+ license-check: true
66
+ vulnerability-check: true
67
+
68
- name: Set up Python
69
uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # v4.3.0
70
0 commit comments