Skip to content

Commit 9d38ce3

Browse files
authored
doc: Update readme (#61)
1 parent d6e3f74 commit 9d38ce3

File tree

2 files changed

+24
-16
lines changed

2 files changed

+24
-16
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ It is designed for **DevSecOps teams and developers** to better understand and r
1414

1515
[n8n](https://n8n.io/) is a [fair-code licensed](https://docs.n8n.io/reference/license/) workflow automation platform.
1616

17-
[Installation](#installation)
18-
[Operations](#operations)
19-
[Credentials](#credentials)
20-
[Compatibility](#compatibility)
21-
[Usage](#usage)
22-
[Resources](#resources)
23-
[Version history](#version-history)
17+
[Installation](#installation) |
18+
[Operations](#operations) |
19+
[Credentials](#credentials) |
20+
[Compatibility](#compatibility) |
21+
[Usage](#usage) |
22+
[Resources](#resources) |
23+
[Version history](#version-history)
2424

2525
## Installation
2626

@@ -45,10 +45,11 @@ This node currently supports the following operations:
4545

4646
**Search Operations**
4747

48-
- **Query by SBOM SHA256.**
48+
- **Query by SBOM SHA 256 | 384 | 512.**
4949
- **Integrate Dependency Analytics queries into conditionals for downstream automation.**
5050

5151

52+
5253
## Credentials
5354

5455
This node supports Client Credentials OAuth2 type for authenticating with Red Hat Dependency Analytics.
@@ -71,6 +72,7 @@ This node supports Client Credentials OAuth2 type for authenticating with Red Ha
7172

7273
For more information refer to the [Trustify - OIDC Docs](https://github.com/guacsec/trustify/blob/main/docs/oidc.md)
7374

75+
7476
## Compatibility
7577

7678
- **Minimum tested n8n version:** 1.103.2
@@ -85,16 +87,16 @@ For more information refer to the [Trustify - OIDC Docs](https://github.com/guac
8587

8688
2. Select an operation (e.g., “List SBOMs”)
8789

88-
3. Provide required inputs (e.g., SBOM SHA256)
90+
3. Provide required inputs (e.g., SBOM SHA)
8991

9092
4. Run the workflow and process the results
9193

9294
## Resources
9395

9496
* [n8n community nodes documentation](https://docs.n8n.io/integrations/#community-nodes)
9597
* [Dependency Analytics GitHub](https://github.com/trustification)
98+
* [Trustify Documantation](https://docs.guac.sh/trustify/)
9699

97100
## Version history
98101

99102
1.0.0 – Initial release with SBOM, vulnerability, and advisory operations
100-

package.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
{
22
"name": "n8n-nodes-dependency-analytics",
33
"version": "0.1.0",
4-
"description": "Trustify is an open-source project developed by Red Hat that provides a high-performance, searchable backend for software supply chain metadata. It enables security and development teams to store, query, and analyze data such as Software Bills of Materials (SBOMs), vulnerabilities (CVEs), and vendor advisories in standardized formats like SPDX, CycloneDX, and OSV.\n Integrated into modern CI/CD workflows, Trustify helps organizations improve visibility into their software supply chain, proactively identify risks, and reduce vulnerability management fatigue. As part of the OpenSSF’s GUAC project, Trustify contributes to building a unified, community-driven ecosystem for managing security metadata at scale—making it easier to understand provenance, assess vulnerability impact, and strengthen software resilience.",
4+
"description": "Trustify :: Dependency Analytics :: n8n",
55
"keywords": [
6-
"n8n-community-node-package"
6+
"n8n-community-node-package",
7+
"trustify",
8+
"n8n",
9+
"red-hat",
10+
"software-supply-chain",
11+
"security",
12+
"vulnerability"
713
],
814
"license": "MIT",
915
"homepage": "",
1016
"author": {
11-
"name": "Adva Oren",
12-
"email": "aoren@redhat.om"
17+
"name": "Trustify Dependency Analytics Authors",
18+
"email": "aoren@redhat.com"
1319
},
1420
"repository": {
1521
"type": "git",
@@ -35,8 +41,8 @@
3541
"n8n": {
3642
"n8nNodesApiVersion": 1,
3743
"credentials": [
38-
"dist/credentials/TrustifyClientCredsOAuth2Api.credentials.js",
39-
"dist/credentials/RHTPAClientCredsOAuth2Api.credentials.js"
44+
"dist/credentials/RHTPAClientCredsOAuth2Api.credentials.js",
45+
"dist/credentials/TrustifyClientCredsOAuth2Api.credentials.js"
4046
],
4147
"nodes": [
4248
"dist/nodes/DependencyAnalytics/DependencyAnalytics.node.js"

0 commit comments

Comments
 (0)