Skip to content

Commit

Permalink
Changed identity to array
Browse files Browse the repository at this point in the history
  • Loading branch information
stevespringett committed Feb 25, 2024
1 parent 58356ad commit 45b8f22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SBOM/en/0x60-Evidence.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The tools (components or services) which extracted the evidence, performed the a

### Example
```json
"identity": {
"identity": [ {
"field": "purl",
"confidence": 1,
"methods": [
Expand All @@ -84,7 +84,7 @@ The tools (components or services) which extracted the evidence, performed the a
"value": "7c547a9d67cc7bc315c93b6e2ff8e4b6b41ae5be454ac249655ecb5ca2a85abf"
}
]
}
} ]
```

## Recommendations
Expand Down

0 comments on commit 45b8f22

Please sign in to comment.