- Introduced attestation inventory and subject-rekor mapping files for tracking Docker packages. - Added a comprehensive crypto registry decision document outlining defaults and required follow-ups. - Created an offline feeds manifest for bundling air-gap resources. - Implemented a script to generate and update binary manifests for curated binaries. - Added a verification script to ensure binary artefacts are located in approved directories. - Defined new schemas for AdvisoryEvidenceBundle, OrchestratorEnvelope, ScannerReportReadyPayload, and ScannerScanCompletedPayload. - Established project files for StellaOps.Orchestrator.Schemas and StellaOps.PolicyAuthoritySignals.Contracts. - Updated vendor manifest to track pinned binaries for integrity.
38 lines
488 B
Plaintext
38 lines
488 B
Plaintext
# Build outputs
|
|
bin/
|
|
obj/
|
|
*.pdb
|
|
*.dll
|
|
|
|
# IDE state
|
|
.vs/
|
|
*.user
|
|
*.suo
|
|
*.userprefs
|
|
|
|
# Rider/VSCode
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Packages and logs
|
|
*.log
|
|
TestResults/
|
|
local-nuget/
|
|
local-nugets/packages/
|
|
|
|
.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/
|