Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
- Implement `SbomIngestServiceCollectionExtensionsTests` to verify the SBOM ingestion pipeline exports snapshots correctly. - Create `SbomIngestTransformerTests` to ensure the transformation produces expected nodes and edges, including deduplication of license nodes and normalization of timestamps. - Add `SbomSnapshotExporterTests` to test the export functionality for manifest, adjacency, nodes, and edges. - Introduce `VexOverlayTransformerTests` to validate the transformation of VEX nodes and edges. - Set up project file for the test project with necessary dependencies and configurations. - Include JSON fixture files for testing purposes.
35 lines
454 B
Plaintext
35 lines
454 B
Plaintext
# Build outputs
|
|
bin/
|
|
obj/
|
|
*.pdb
|
|
*.dll
|
|
|
|
# IDE state
|
|
.vs/
|
|
*.user
|
|
*.suo
|
|
*.userprefs
|
|
|
|
# Rider/VSCode
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Packages and logs
|
|
*.log
|
|
TestResults/
|
|
|
|
.dotnet
|
|
.DS_Store
|
|
seed-data/ics-cisa/*.csv
|
|
seed-data/ics-cisa/*.xlsx
|
|
seed-data/ics-cisa/*.sha256
|
|
seed-data/cert-bund/**/*.json
|
|
seed-data/cert-bund/**/*.sha256
|
|
|
|
out/offline-kit/web/**/*
|
|
**/node_modules/**/*
|
|
**/.angular/**/*
|
|
**/.cache/**/*
|
|
**/dist/**/*
|
|
tmp/**/*
|
|
build/ |