Skip to content

Commit

Permalink
check for vulnerabilities via GHE action
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasniemeier-zalando committed Jan 22, 2024
1 parent 80ce728 commit 041add3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Dependency Review
uses: actions/dependency-review-action@v4
with:
vulnerability-check: true
license-check: false
comment-summary-in-pr: on-failure
- name: Set up JDK
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 041add3

Please sign in to comment.