Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dependency review workflow and config #4000

Merged
merged 2 commits into from Jun 15, 2023
Merged

Conversation

lucacome
Copy link
Member

Proposed changes

This Action will scan dependency manifest files that change as part of a Pull Request, surfacing known-vulnerable versions of the packages declared or updated in the PR.

Once installed, PRs introducing known-vulnerable packages or dependencies not in the allow list will be blocked from merging.

This Action will scan dependency manifest files that change as part of a
Pull Request, surfacing known-vulnerable versions of the packages
declared or updated in the PR.

Once installed, PRs introducing known-vulnerable packages or
dependencies not in the allow list will be blocked from merging.
@lucacome lucacome requested a review from a team as a code owner June 13, 2023 23:30
@lucacome lucacome self-assigned this Jun 13, 2023
@github-actions github-actions bot added the chore Pull requests for routine tasks label Jun 13, 2023
@github-actions
Copy link

github-actions bot commented Jun 13, 2023

Dependency Review

✅ No vulnerabilities or license issues found.

Scanned Manifest Files

.github/workflows/dependency-review.yml

@codecov
Copy link

codecov bot commented Jun 13, 2023

Codecov Report

Merging #4000 (6c2c3d0) into main (2b77e17) will decrease coverage by 0.03%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #4000      +/-   ##
==========================================
- Coverage   51.83%   51.81%   -0.03%     
==========================================
  Files          59       59              
  Lines       16697    16697              
==========================================
- Hits         8655     8651       -4     
- Misses       7745     7747       +2     
- Partials      297      299       +2     

see 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Contributor

@jasonwilliams14 jasonwilliams14 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@lucacome lucacome merged commit 8540e25 into main Jun 15, 2023
61 checks passed
@lucacome lucacome deleted the chore/dependency-review branch June 15, 2023 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Pull requests for routine tasks
Projects
Status: Done 🚀
Development

Successfully merging this pull request may close these issues.

None yet

2 participants