Skip to content

Commit 898deec

Browse files
JPLachancey-lakhdar
authored andcommitted
chore: create dependency-review.yml (#24)
+ 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
1 parent 8becf82 commit 898deec

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: 'Dependency Review'
2+
3+
on:
4+
pull_request:
5+
branches: [ "main" ]
6+
7+
permissions:
8+
contents: read
9+
pull-requests: write
10+
11+
jobs:
12+
dependency-Review:
13+
name: Review
14+
uses: coveo/public-actions/.github/workflows/dependency-review.yml@main
15+
with:
16+
public: true
17+
distributed: true

0 commit comments

Comments
 (0)