This repository was archived by the owner on Aug 18, 2026. It is now read-only.
Conversation
6 tasks
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
devtobi
added a commit
to it-at-m/lhm_actions
that referenced
this pull request
Aug 11, 2026
…ng and defining suppressions (#357) # Pull Request ## Changes - Disabled vulnerability scanning for `dependency-review` action by default, added input to configure this - Added input to configure vulnerability scanning suppressions - Updated documentation ## Reference Fixes #356 ### Testing it-at-m/sps#74 Trivy reporting CVE (jasper example), but dependency review not: - Trivy: https://github.com/it-at-m/sps/actions/runs/31406497562/job/93514017837?pr=74) - dependency-review: https://github.com/it-at-m/sps/actions/runs/31406502228/job/93514033364?pr=74) Both succeeding when adding to `trivyignore`: - Trivy: https://github.com/it-at-m/sps/actions/runs/31406717699/job/93514738549?pr=74 - dependency-review: https://github.com/it-at-m/sps/actions/runs/31406720274/job/93514746270?pr=74 ## Checklist **Note**: If some checklist items are not relevant for your PR, just remove them. ### General - [x] Met all acceptance criteria of the issue - [x] Added meaningful PR title and list of changes in the description - [x] Documented changes in documentation files (docs/action.md, docs/workflows.md and/or docs/deployment.md) - [x] Tested changes with sample project <https://github.com/it-at-m/sps> ### Code - [x] Wrote code and comments in English - [ ] Coming soon: Added unit tests <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Summary by CodeRabbit - **New Features** - Dependency review now supports optional vulnerability scanning. - Added configuration for suppressing specified CVEs and GHSAs. - Continues validating license compliance while retaining configured dependency allowlists. - **Documentation** - Clarified that invalid licenses cause dependency review errors. - Documented vulnerability scanning and suppression options. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
Test for it-at-m/lhm_actions#357