Skip to content

Commit fb58cd8

Browse files
committed
test: add FOSSA reference fixtures and parity harness
1 parent 0462b77 commit fb58cd8

6 files changed

Lines changed: 1347 additions & 0 deletions

File tree

tests/fixtures/fossa/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# FOSSA reference fixtures
2+
3+
Captured from a UiPath Azure DevOps pipeline (CE-199, build 12109922) for parity testing.
4+
5+
- `fossa-analyze-populated.json` — composed FOSSA analyze artifact with 11 vulnerabilities.
6+
- `fossa-analyze-empty.json` — composed FOSSA analyze artifact with zero vulnerabilities.
7+
- `fossa-sbom-populated.json``fossa report --json attribution` output with direct + deep dependencies.
8+
- `fossa-sbom-empty-deep.json` — attribution output with empty `deepDependencies`.
9+
10+
Source assets retained at `assets/` (gitignored) for reference. These four files are the structural-parity baseline.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"project": {
3+
"branch": "refs/heads/master",
4+
"id": "custom+6060/DevTools-Validation-Pipeline-03cb9ead2f744dfa5506ec0c915423947ec2fe11-go-linux",
5+
"project": "6060/DevTools-Validation-Pipeline",
6+
"projectId": "custom+6060/DevTools-Validation-Pipeline",
7+
"revision": "12109922-03cb9ead2f744dfa5506ec0c915423947ec2fe11-go-linux",
8+
"url": "https://app.fossa.com/account/saml/6060?next=/projects/custom%252b6060%252fDevTools-Validation-Pipeline/refs/branch/refs%252fheads%252fmaster/12109922-03cb9ead2f744dfa5506ec0c915423947ec2fe11-go-linux"
9+
},
10+
"vulnerability": [],
11+
"licensing": [],
12+
"quality": []
13+
}

0 commit comments

Comments
 (0)