Skip to content

Commit

Permalink
Merge pull request #1742 from zalando/dependency-review
Browse files Browse the repository at this point in the history
Check for Vulnerabilities via GHE Action
  • Loading branch information
lukasniemeier-zalando authored Jan 22, 2024
2 parents 2f38272 + 261bf75 commit 4630e01
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 48 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
25 changes: 0 additions & 25 deletions cve-suppressions.xml

This file was deleted.

23 changes: 0 additions & 23 deletions logbook-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -547,25 +547,6 @@
<generateBackupPoms>false</generateBackupPoms>
</configuration>
</plugin>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>8.4.3</version>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
<configuration>
<failBuildOnCVSS>0.0</failBuildOnCVSS>
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
<suppressionFiles>
<suppressionFile>cve-suppressions.xml</suppressionFile>
</suppressionFiles>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
Expand Down Expand Up @@ -636,10 +617,6 @@
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
</plugin>
</plugins>
</build>
<profiles>
Expand Down

0 comments on commit 4630e01

Please sign in to comment.