Skip to content

Commit

Permalink
Merge pull request #52 from cadonuno/master
Browse files Browse the repository at this point in the history
Adding 4 new plugins
  • Loading branch information
julz0815 authored Apr 5, 2024
2 parents a2d578c + 785ddfa commit d940630
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ These projects are community contributed and not supported by Veracode. For a li

- [Veracode_Delete_Sandbox](https://github.com/christyson/veracode_delete_sandbox) ([Christyson](https://github.com/christyson/)) - A simple example script to delete a Sandbox if it exists in a Veracode application profile and you have the appropriate permissions.

- [Bulk add teams to workspaces](https://github.com/cadonuno/add-team-to-workspace) ([cadonuno](https://github.com/cadibybi/)) - Allows for adding teams to workspaces in bulk.
- [Bulk add teams to workspaces](https://github.com/cadonuno/add-team-to-workspace) ([cadonuno](https://github.com/cadonuno/)) - Allows for adding teams to workspaces in bulk.

- [Veracode Bulk User Permissions](https://github.com/cadonuno/Veracode-Bulk-Team-Assignment) ([cadonuno](https://github.com/cadonuno/)) - This script allows for bulk setting of roles and permissions for Veracode users.

- [Check Build Status](https://github.com/christyson/check_build_status) ([Christyson](https://github.com/christyson/)) - Script to check if an application profile in Veracode has a build running currently. It also provides an option to delete the build if there is one running.

Expand Down Expand Up @@ -213,6 +215,10 @@ These projects are community contributed and not supported by Veracode. For a li

## SCA related projects

- [Veracode-Get-EPSS-Info](https://github.com/cadonuno/Veracode-Get-EPSS-Info) ([cadonuno](https://github.com/cadonuno/)) - Gets all the SCA findings available to the user, including EPSS scores and percentiles.

- [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-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
Expand Down Expand Up @@ -249,6 +255,8 @@ These projects are community contributed and not supported by Veracode. For a li

- [Veracode Report Converter Portable (CSV)](https://github.com/dipsylala/VeracodeReportConverter-Portable) ([Dipsylala](https://github.com/dipsylala/)) - .NET Core utility to extract useful data from Detailed Report XML file into CSV format

- [Veracode Bulk Reporting API Import](https://github.com/cadonuno/veracode-reporting-api-bulk-import) ([Cadonuno](https://github.com/cadonuno/)) - Retrieves all the data available from the Veracode Reporting API from a specific start date

- [Veracode Gitlab SCA results report and issue generation](https://gitlab.com/julz0815/scaresultsreport) ([julz0815](https://gitlab.com/julz0815/)) - Rewrites Veracode's Agent Based SCA json results in Gitlab readable report format in (orde)r to display results as dependency scanning on the pipeline run

- [Veracode Gitlab static results report and issue generation](https://gitlab.com/julz0815/veracodesastresultsimport) ([julz0815](https://gitlab.com/julz0815/)) - A little Java Script will download json results from a Veracode policy or sandbox scan into Gitlab readable report format in order display results as SAST results on the pipeline run and create Gitlab issues on the findings
Expand Down

0 comments on commit d940630

Please sign in to comment.