diff --git a/.github/workflows/jacoco-exclusion-report-build.yml b/.github/workflows/jacoco-exclusion-report-build.yml index cde73f0a..bbac1bea 100644 --- a/.github/workflows/jacoco-exclusion-report-build.yml +++ b/.github/workflows/jacoco-exclusion-report-build.yml @@ -3,7 +3,6 @@ on: push: branches-ignore: - main - - maintenance paths: - 'sedr_utils/jacoco-exclusion-report/**' - '.github/workflows/**' diff --git a/sedr_utils/jacoco-exclusion-report/build.gradle b/sedr_utils/jacoco-exclusion-report/build.gradle index bf363ef5..632c3c17 100644 --- a/sedr_utils/jacoco-exclusion-report/build.gradle +++ b/sedr_utils/jacoco-exclusion-report/build.gradle @@ -29,6 +29,10 @@ dependencyCheck { nvd { apiKey = System.getenv('NVD_APIKEY_SEDR') } + analyzers { + nodeAuditEnabled = false + nodeEnabled = false + } } dependencies {