Skip to content

Commit

Permalink
Merge pull request #2779 from mapfish/rm-dependencyCheckAnalyze
Browse files Browse the repository at this point in the history
Remove dependencycheck, replaced by Snyk
  • Loading branch information
sbrunner authored Jan 9, 2023
2 parents 7fa41fc + c11f2e0 commit 0b1fa23
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,3 @@ jobs:
run: ~/.venv/bin/c2cciutils-audit --branch=${{ matrix.branch }}
env:
GITHUB_TOKEN: ${{ secrets.GOPASS_CI_GITHUB_TOKEN }}

- run: ./gradlew dependencyCheckAnalyze
8 changes: 0 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ buildscript {
dependencies {
classpath "gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.7.5"
classpath "se.bjurr.violations:violations-gradle-plugin:1.52.2"
classpath 'org.owasp:dependency-check-gradle:7.4.3'
}
}

Expand All @@ -21,11 +20,6 @@ wrapper {
allprojects {
group = group
version = version

apply plugin: 'org.owasp.dependencycheck'
dependencyCheck {
outputDirectory = "security-report"
}
}

configurations.all {
Expand All @@ -34,8 +28,6 @@ configurations.all {
}
}

apply plugin: 'org.owasp.dependencycheck'

configure(subprojects.findAll { ['core', 'examples'].contains(it.name) }) {
apply plugin: 'java'
apply plugin: 'com.github.spotbugs'
Expand Down

0 comments on commit 0b1fa23

Please sign in to comment.