-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests for incoming sbom with no components
- Loading branch information
Blaize Kaye
committed
Aug 13, 2024
1 parent
efd88c0
commit ffddab4
Showing
2 changed files
with
86 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
21 changes: 21 additions & 0 deletions
21
internal/handler/testassets/testSbomPayloadNoComponents.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"bomFormat": "CycloneDX", | ||
"specVersion": "1.3", | ||
"serialNumber": "urn:uuid:db9b54af-f4ea-4043-9f53-b0f1b4485d4d", | ||
"version": 1, | ||
"metadata": { | ||
"timestamp": "2022-01-12T10:16:55Z", | ||
"tools": [ | ||
{ | ||
"vendor": "anchore", | ||
"name": "syft", | ||
"version": "0.35.1" | ||
} | ||
], | ||
"component": { | ||
"type": "container", | ||
"name": "uselagoon/php-8.1-cli-drupal", | ||
"version": "sha256:b364c41e9c6bf5dea414e3a382f8088883265a7ad48bfecc83c6ff2f75998d10" | ||
} | ||
} | ||
} |