Skip to content

Commit

Permalink
lint: Update PR review config.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Oct 27, 2023
1 parent 67bb85c commit 480862d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
12 changes: 0 additions & 12 deletions .github/dependency-review-config.yml

This file was deleted.

8 changes: 6 additions & 2 deletions .github/workflows/pr-dep-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
jobs:
dependency-review:
runs-on: ubuntu-latest
name: Scan PR for dependency issues
name: Scan for issues
permissions:
pull-requests: write
steps:
Expand All @@ -23,4 +23,8 @@ jobs:
- name: Dependency Review
uses: actions/dependency-review-action@6c5ccdad469c9f8a2996bfecaec55a631a347034 # v3.1.0
with:
config-file: ./.github/dependency-review-config.yml
fail-on-severity: low
license-check: true
vulnerability-check: yes
comment-summary-in-pr: on-failure
allow-licenses: Apache-2.0, BSD-2-Clause, BSD-3-Clause, ISC, MPL-2.0, MIT

0 comments on commit 480862d

Please sign in to comment.