Skip to content

Commit cd92937

Browse files
Update Workflows [ci skip]
1 parent 11d4d8f commit cd92937

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# This workflow is centrally managed in
2+
# https://github.com/hellofresh/github-automation/blob/master/modules/repository/shared-workflows/pr-dependency-review.yml
3+
4+
# This workflow is for dependency review. It is used to check vulnerability in dependencies before merging the PR.
5+
# It is managed by squad-application-security.
6+
7+
---
8+
name: Dependency Review PR
9+
10+
on: [pull_request]
11+
12+
jobs:
13+
pull_request_review:
14+
permissions:
15+
contents: read
16+
pull-requests: write
17+
name: Dependency Review
18+
uses: hellofresh/ghas-rules/.github/workflows/dependency-review-reusable.yml@master

0 commit comments

Comments
 (0)