Add tests and implement StubBearer authentication for Signer endpoints
- Created SignerEndpointsTests to validate the SignDsse and VerifyReferrers endpoints. - Implemented StubBearerAuthenticationDefaults and StubBearerAuthenticationHandler for token-based authentication. - Developed ConcelierExporterClient for managing Trivy DB settings and export operations. - Added TrivyDbSettingsPageComponent for UI interactions with Trivy DB settings, including form handling and export triggering. - Implemented styles and HTML structure for Trivy DB settings page. - Created NotifySmokeCheck tool for validating Redis event streams and Notify deliveries.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# Runtime Fixtures
|
||||
|
||||
Supporting filesystem snippets consumed by analyzer microbenchmarks and integration tests. They are intentionally lightweight yet deterministic so they can be committed to the repository without bloating history.
|
||||
|
||||
- `npm-monorepo/` – trimmed `node_modules/` tree for workspace-style Node.js projects.
|
||||
- `python-venv/` – selected `site-packages/` entries highlighting `*.dist-info` metadata.
|
||||
Supporting filesystem snippets consumed by analyzer microbenchmarks and integration tests. They are intentionally lightweight yet deterministic so they can be committed to the repository without bloating history.
|
||||
|
||||
- `npm-monorepo/` – trimmed `node_modules/` tree for workspace-style Node.js projects.
|
||||
- `java-demo/` – minimal `libs/` directory with a tiny Maven-style JAR for the Java analyzer.
|
||||
- `python-venv/` – selected `site-packages/` entries highlighting `*.dist-info` metadata.
|
||||
|
||||
5
samples/runtime/java-demo/README.md
Normal file
5
samples/runtime/java-demo/README.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# Java Demo Fixture
|
||||
|
||||
Minimal archive tree that exercises the Java language analyzer during microbenchmarks. The `libs/demo.jar`
|
||||
artefact ships `META-INF/MANIFEST.MF` and `META-INF/maven/com.example/demo/pom.properties` entries so the
|
||||
analyzer can extract Maven coordinates and manifest metadata without pulling in large third-party jars.
|
||||
BIN
samples/runtime/java-demo/libs/demo.jar
Normal file
BIN
samples/runtime/java-demo/libs/demo.jar
Normal file
Binary file not shown.
Reference in New Issue
Block a user