Conversation
5446bd4 to
a59e52b
Compare
netomi
commented
Jan 28, 2026
server/src/main/java/org/eclipse/openvsx/scanning/SecretCheckService.java
Outdated
Show resolved
Hide resolved
netomi
commented
Jan 28, 2026
server/src/main/java/org/eclipse/openvsx/scanning/ExtensionScanCompletionService.java
Show resolved
Hide resolved
netomi
commented
Jan 28, 2026
server/src/test/java/org/eclipse/openvsx/scanning/ScannerInvocationTest.java
Outdated
Show resolved
Hide resolved
|
Opened #1572 |
682aa11 to
6e31613
Compare
…1501) * Add similarity service to publish extension workflow * Add javadoc to similarity configuration * Refactor similarity service to allow reuse independent of publishing check configuration
* Add secret detection service to publish workflow * Add mockito bean for secret scanning
- Add external isEnabled for secret scanning and similarity services - Rename secret scanner config - Refactor secret scanner util - Fix secret scanner config dev example
* add configurable fast-fail pre-publish validation of extensions * add UI for admin Extension Scans dashboard --------- Co-authored-by: Alejandro Rivera <alejandrorivera1996@gmail.com>
Co-authored-by: Alejandro Munoz <amunoz797@gmail.com>
* fix broken extension icons on scan cards * Fix line endings * Add long running scans. Refactored publish checks --------- Co-authored-by: Alejandro Rivera <alejandro.rivera1996@gmail.com>
* Fix long running transaction. Fix secret rule * Fix namespace similarity checks for contributors and new extensions
1e7a52c to
42f1709
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This fixes #1331 .
The following changes are included: