Skip to content

Commit

Permalink
Merge pull request #48 from julz0815/master
Browse files Browse the repository at this point in the history
add yarn workspaces helper scripts
  • Loading branch information
julz0815 authored Jan 6, 2024
2 parents c146b53 + 91e884f commit 8759776
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ These projects are community contributed and not supported by Veracode. For a li
- [Other](#other)
- [Pipeline Scan projects](#pipeline-scan-projects)
- [Dynamic Analysis projects](#dynamic-analysis-projects)
- [SCA related Projects](#sca-related-projects)
- [Results collection and display](#results-collection-and-display)
- [User provisioning, management and deprovisioning](#user-provisioning-management-and-deprovisioning)
- [Application vulnerability correlation](#application-vulnerability-correlation)
Expand Down Expand Up @@ -208,6 +209,12 @@ These projects are community contributed and not supported by Veracode. For a li

- [Veracode DAST Add bulk urls to blocklist](https://github.com/AaronButler-Veracode/veracode_DAST_add_to_blocklist) ([aabutler](https://github.com/AaronButler-Veracode)) - Adds a list of urls to the blocklist for an existing DAST scan.

## SCA related projects

- [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

## Results collection and display

- [Excel (XLS)](https://github.com/Komiblanka/Veracode2xls) ([Komiblanka](https://github.com/Komiblanka/)) - Python scripts to format Veracode XML results into Excel workbook formats for easier human consumption.
Expand Down

0 comments on commit 8759776

Please sign in to comment.