Skip to content

Commit 5853068

Browse files
authored
Create dependency-review.yml
+ 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 fe9aebe commit 5853068

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Diff for: .github/workflows/dependency-review.yml

+17
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)