Skip to content

Commit

Permalink
Create dependency-review.yml (#122)
Browse files Browse the repository at this point in the history
+ Configure Dependency Review

Dependency review helps you understand dependency changes and the security impact of these changes at every pull request. It provides an easily understandable visualization of dependency changes with a rich diff on the "Files Changed" tab of a pull request.

The warning for .github/workflows/dependency-review.yml is expected.

https://coveord.atlassian.net/browse/DEF-657

J:DEF-657
  • Loading branch information
JPLachance authored Apr 28, 2023
1 parent 0f4b553 commit d370bb7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 'Dependency Review'

on:
pull_request:
branches:
- master

permissions:
contents: read
pull-requests: write

jobs:
dependency-Review:
name: Review
uses: coveo/public-actions/.github/workflows/dependency-review.yml@main
with:
public: true
distributed: true

0 comments on commit d370bb7

Please sign in to comment.