Releases: veracode/veracode-uploadandscan-action
Update for dependabot
Initial Release of a Veracode action to perform an Upload and Scan
Initial release of a Veracode action that performs an Upload and Scan using the Veracode Java API wrapper, this can be used to perform a Veracode Static Analysis, as a policy scan, sandbox scan and to scan for software composition analysis.
Added new option for includenewmodules
Added new option for includenewmodules
Minor release: adding "scanpollinginterval" parameter
adding "scanpollinginterval" parameter
Interval, in seconds, to poll for the status of a running scan. Value range is 30 to 120 (two minutes). Default is 120.
Minor release: typo fix
What's Changed
- Fix #28 - typo in action.yml by @tjarrettveracode in #29
Full Changelog: 0.2.3...0.2.4
Minor release: add debug function
This release adds two optional parameters that allow pinning the version of the Veracode Java API Wrapper used by the action, and setting the debug parameter to generate additional troubleshooting output from the action.
What's Changed
- Add ability to specify java wrapper version (Fix #22 by @tjarrettveracode) in #23
- Add debug parameter to github action by @sinat101 in #26
- Updated default value for 'version' parameter. by @sinat101 in #27
Full Changelog: 0.2.2...0.2.3
Updated for latest uploadandscan capabilities
This release catches up on changes and updates to the underlying uploadandscan
capabilities of the Veracode API Wrapper command line tool, and clarifies some things to the readme.
What's Changed
- docs: update readme by @alexey-anufriev in #5
- Add support for deleteincompletescan by @tjarrettveracode in #7
- Update readme file by @julz0815 in #14
- Change default version to allow re-runs by @ck-wwt in #17
- Update Readme.md to include May 4th changes by @ck-wwt in #20
- Updated example and description by @sinat101 in #16
New Contributors
- @alexey-anufriev made their first contribution in #5
- @ck-wwt made their first contribution in #17
- @sinat101 made their first contribution in #16
Full Changelog: 0.2.1...0.2.2
Updated for more Upload and Scan parameters
This release includes more support for Veracode Upload and scan API parameters