Skip to content

Commit

Permalink
enabled dependency_review
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Feb 19, 2024
1 parent c4ca521 commit 0a1881f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/dependency_review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
fail-on-severity: 'low'
allow-licenses:
- 'BSD-2-Clause'
- 'BSD-3-Clause'
- 'BSD-2-Clause AND BSD-3-Clause'
- 'MIT'
- 'Apache-2.0'
- 'ISC'
- 'Apache-2.0 AND MIT'
- 'BlueOak-1.0.0'
- '0BSD'
- 'Python-2.0'
fail-on-scopes:
- 'runtime'
- 'development'
- 'unknown'
license-check: true
vulnerability-check: true
7 changes: 6 additions & 1 deletion .github/workflows/sdl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:
jobs:
sdl_tests:
name: SDL tests
timeout-minutes: 5
timeout-minutes: 10
defaults:
run:
shell: bash
Expand Down Expand Up @@ -53,3 +53,8 @@ jobs:
scan-type: 'fs'
scan-ref: '.'

- name: Dependency Review
uses: actions/dependency-review-action@v4
with:
config-file: './.github/dependency_review.yml'

0 comments on commit 0a1881f

Please sign in to comment.