up
Some checks failed
AOC Guard CI / aoc-guard (push) Has been cancelled
AOC Guard CI / aoc-verify (push) Has been cancelled
Docs CI / lint-and-preview (push) Has been cancelled
Mirror Thin Bundle Sign & Verify / mirror-sign (push) Has been cancelled
api-governance / spectral-lint (push) Has been cancelled
Some checks failed
AOC Guard CI / aoc-guard (push) Has been cancelled
AOC Guard CI / aoc-verify (push) Has been cancelled
Docs CI / lint-and-preview (push) Has been cancelled
Mirror Thin Bundle Sign & Verify / mirror-sign (push) Has been cancelled
api-governance / spectral-lint (push) Has been cancelled
This commit is contained in:
@@ -13,7 +13,10 @@ cat > "$STAGE/layers/observations.ndjson" <<'DATA'
|
||||
{"id":"obs-002","purl":"pkg:npm/lodash@4.17.21","advisory":"CVE-2024-9999","severity":"high","source":"vendor-b","timestamp":"2025-10-15T00:00:00Z"}
|
||||
DATA
|
||||
|
||||
cat > "$STAGE/layers/time-anchor.json" <<'DATA'
|
||||
if [[ -n "${TIME_ANCHOR_FILE:-}" && -f "${TIME_ANCHOR_FILE}" ]]; then
|
||||
cp "${TIME_ANCHOR_FILE}" "$STAGE/layers/time-anchor.json"
|
||||
else
|
||||
cat > "$STAGE/layers/time-anchor.json" <<'DATA'
|
||||
{
|
||||
"authority": "stellaops-airgap-test",
|
||||
"generatedAt": "2025-11-01T00:00:00Z",
|
||||
@@ -29,6 +32,7 @@ cat > "$STAGE/layers/time-anchor.json" <<'DATA'
|
||||
]
|
||||
}
|
||||
DATA
|
||||
fi
|
||||
|
||||
cat > "$STAGE/indexes/observations.index" <<'DATA'
|
||||
obs-001 layers/observations.ndjson:1
|
||||
|
||||
Reference in New Issue
Block a user