Skip to content

Commit fb69d1e

Browse files
authored
Merge pull request #574 from rundeck/remove-owasp
remove owasp checks
2 parents 6a380b1 + af7eca5 commit fb69d1e

File tree

4 files changed

+0
-45
lines changed

4 files changed

+0
-45
lines changed

.github/workflows/dependencyCheck.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,6 @@ Update dependency verification metadata and export any new keys.
7272
git add gradle/verification-metadata.xml
7373
git add gradle/verification-keyring.keys
7474

75-
## Owasp Dependency check
76-
77-
Check OWASP scan for dependencies
78-
79-
./gradlew dependencyCheckAggregate -Porg.gradle.dependency.verification.console=verbose --dependency-verification lenient
80-
8175
## Install Locally
8276

8377
Install to local path rd-cli-tool/build/install/rd/bin/rd

build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,16 @@
1616

1717
plugins {
1818
id 'base'
19-
alias(libs.plugins.owasp)
2019
alias(libs.plugins.axion)
2120
alias(libs.plugins.nexusPublish)
2221
}
2322
import java.util.regex.Matcher
2423
import pl.allegro.tech.build.axion.release.domain.VersionConfig
2524
import pl.allegro.tech.build.axion.release.infrastructure.di.VersionResolutionContext
2625

27-
apply plugin: 'org.owasp.dependencycheck'
2826
ext.githubUrl = "https://github.com/rundeck/rundeck-cli"
2927
ext.changelogFile = file("CHANGELOG.md")
3028

31-
dependencyCheck {
32-
suppressionFile='cve-suppress.xml'
33-
format='ALL'
34-
failBuildOnCVSS=8
35-
}
3629
subprojects{
3730

3831
apply plugin: "java-library"

gradle/libs.versions.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ shadow = "7.1.2"
1313
ospackage = "9.1.1"
1414
buildInfo = "0.9"
1515
buildConfig = "3.1.0"
16-
owasp = "7.1.0.1"
1716
jacksonDatabind = "2.18.1"
1817
picocli = "4.6.3"
1918
snakeYaml = "2.0"
@@ -66,4 +65,3 @@ shadow = { id = "com.github.johnrengelman.shadow", version.ref = "shadow" }
6665
ospackage = { id = "nebula.ospackage", version.ref = "ospackage" }
6766
buildInfo = { id = "org.dvaske.gradle.git-build-info", version.ref = "buildInfo" }
6867
buildConfig = { id = 'com.github.gmazzo.buildconfig', version.ref = "buildConfig" }
69-
owasp = { id = "org.owasp.dependencycheck", version.ref = "owasp" }

0 commit comments

Comments
 (0)