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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create dependency-review.yml #168

Merged
merged 1 commit into from
Apr 22, 2022
Merged

Create dependency-review.yml #168

merged 1 commit into from
Apr 22, 2022

Conversation

jeffpaul
Copy link
Member

Description of the Change

Adds a dependency review action that scans all PRs for introducing insecure dependencies and will block merge of those PRs until the insecure item is resolved. Will help protect us from accidentally introducing insecure code into our projects. More details on this official GitHub Action here: https://github.blog/changelog/2022-04-06-github-action-for-dependency-review-enforcement/.

Alternate Designs

Don't have this and just... 馃馃徏?

Possible Drawbacks

none identified

Verification Process

Already verified as working in 10up/distributor#869, merely replicating that change in this repo.

Checklist:

  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests passed.

Changelog Entry

Added - Dependency security scanning.

Credits

Props @jeffpaul.

@jeffpaul jeffpaul added this to the 1.3.0 milestone Apr 22, 2022
@jeffpaul jeffpaul requested a review from cadic April 22, 2022 02:33
@jeffpaul jeffpaul self-assigned this Apr 22, 2022
Copy link
Contributor

@cadic cadic left a comment

Choose a reason for hiding this comment

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

Great feature, thank you!

@jeffpaul jeffpaul merged commit 38c7d86 into develop Apr 22, 2022
@jeffpaul jeffpaul deleted the add/dependency-action branch April 22, 2022 14:20
@cadic cadic modified the milestones: 1.3.0, 1.2.3 Apr 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants