Skip to content

Commit

Permalink
Update Workflows [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-ghactions-bot committed Sep 2, 2024
1 parent 90329a7 commit 85697f6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/hf_pr-dependency-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# This workflow is centrally managed in
# https://github.com/hellofresh/github-automation/blob/master/modules/repository/shared-workflows/pr-dependency-review.yml

# This workflow is for dependency review. It is used to check vulnerability in dependencies before merging the PR.
# It is managed by squad-application-security.

---
name: Dependency Review PR

on: [pull_request]

jobs:
pull_request_review:
permissions:
contents: read
pull-requests: write
name: Dependency Review
uses: hellofresh/ghas-rules/.github/workflows/dependency-review-reusable.yml@master

0 comments on commit 85697f6

Please sign in to comment.