We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11d4d8f commit cd92937Copy full SHA for cd92937
.github/workflows/hf_pr-dependency-review.yml
@@ -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