Skip to content

feat: Nexus extension#489

Merged
jeremylong merged 2 commits intodependency-check:mainfrom
boolivar:nexus-extension
Jan 6, 2026
Merged

feat: Nexus extension#489
jeremylong merged 2 commits intodependency-check:mainfrom
boolivar:nexus-extension

Conversation

@boolivar
Copy link
Contributor

@boolivar boolivar commented Dec 3, 2025

NexusExtension with ANALYZER_NEXUS_USER and ANALYZER_NEXUS_PASSWORD settings for dependencyCheck tasks.

Also AnalyzerExtension updated to Gradle managed for proper DSL support i.e.

dependencyCheck {
    analyzers {
        nexus {
            enabled = true
            url = "https://nexus.local"
            username = nexusUser
            password = nexusPass
        }
    }
}

@jeremylong jeremylong merged commit d341baf into dependency-check:main Jan 6, 2026
2 checks passed
@jeremylong
Copy link
Contributor

Thanks for the PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants