Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
consolidate SBOM items, formatting
  • Loading branch information
tjarrettveracode authored Jan 31, 2025
1 parent 5974f38 commit 49e416a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,9 @@ __Note__: Veracode recommends using the [auto-packaging capability](https://docs

- [Veracode-SCA-Webhook-Redirect](https://github.com/cadonuno/Veracode-SCA-Webhook-Redirect) ([cadonuno](https://github.com/cadonuno/)) - This Project exposes a Tomcat server that can redirect Veracode Agent-based SCA web hooks to Teams and Slack.

- [yarn-v2-workspaces-helper](https://github.com/julz0815/yarnv2-workspaces-helper) ([Julz0815](https://github.com/julz0815/)) - Creates yarn.lock files for each workspace to make the whole project scannable with Veracode's SCA solution. this is specifically for yarn version 2 and lower
- [yarn-v2-workspaces-helper](https://github.com/julz0815/yarnv2-workspaces-helper) ([Julz0815](https://github.com/julz0815/)) - Creates `yarn.lock` files for each workspace to make the whole project scannable with Veracode's SCA solution. this is specifically for yarn version 2 and lower

- [yarn-v3-workspaces-helper](https://github.com/julz0815/yarnv3-workspaces-helper) ([Julz0815](https://github.com/julz0815/)) - Creates yarn.lock files for each workspace to make the whole project scannable with Veracode's SCA solution. this is specifically for yarn version 3 and higher
- [yarn-v3-workspaces-helper](https://github.com/julz0815/yarnv3-workspaces-helper) ([Julz0815](https://github.com/julz0815/)) - Creates `yarn.lock` files for each workspace to make the whole project scannable with Veracode's SCA solution. this is specifically for yarn version 3 and higher

- [veracode-bulk-cve-suppression](https://github.com/aszaryk/veracode-bulk-cve-suppression) ([aszaryk](https://github.com/aszaryk)) - Allows for bulk suppression of specific CVE across full application portfolio

Expand All @@ -245,6 +245,10 @@ __Note__: Veracode recommends using the [auto-packaging capability](https://docs

- [Veracode Get Single SBOM](https://github.com/cadonuno/Veracode-Get-Sbom) ([cadonuno](https://github.com/cadonuno/)) - Gets the SBOM for a single Application Profile or Workspace/Project pair.

- [Generate SBOM with Python](https://github.com/christyson/GenerateSBOM) ([Chris Tyson](https://github.com/christyson)) - Python script to generate a Software Bill of Materials (SBOM) for an application in either CycloneDX or SPDX format.

- [Generate SBOM with Powershell](https://github.com/christyson/GenerateSBOMPS) ([Chris Tyson](https://github.com/christyson)) - Powershell script to generate a Software Bill of Materials (SBOM) for an application in either CycloneDX or SPDX format.

## Results collection and display

- Collections Report [PDF, CSV, JSON](https://github.com/tjarrettveracode/veracode-collections-report) ([tjarrettveracode](https://github.com/tjarrettveracode/)) - Python script to retrive Collection results and output to PDF, CSV and/or JSON format.
Expand All @@ -255,10 +259,6 @@ __Note__: Veracode recommends using the [auto-packaging capability](https://docs

- [Generate License Notice file](https://github.com/gmdavef/sca-scripts) ([Dave Ferguson](https://github.com/gmdavef)) - Python script that creates a License Notice file (sometimes called an Attribution Report) for an application that has been scanned by Veracode SCA.

- [Generate SBOM with Python](https://github.com/christyson/GenerateSBOM) ([Chris Tyson](https://github.com/christyson)) - Python script to generate a Software Bill of Materials (SBOM) for an application in either CycloneDX or SPDX format.

- [Generate SBOM with Powershell](https://github.com/christyson/GenerateSBOMPS) ([Chris Tyson](https://github.com/christyson)) - Powershell script to generate a Software Bill of Materials (SBOM) for an application in either CycloneDX or SPDX format.

- [Hygieia](https://github.com/mickfeech/hygieia_veracode_collector) ([Mickfeech](https://github.com/mickfeech/)) - Veracode scan collector and parser for the [Hygieia dashboard](https://github.com/Hygieia/ExecDashboard).

- [JupiterOne Graph Veracode](https://github.com/JupiterOne/graph-veracode) ([JupiterOne](https://github.com/JupiterOne/)) - A graph conversion tool for Veracode.
Expand Down

0 comments on commit 49e416a

Please sign in to comment.