Releases: datatheorem/datatheorem-mobile-secure-action
[v2.6.1] Improvements in scan polling logic
What's Changed
- Improve the scan polling and security findings checking logic in #16
Full Changelog: v2.6.0...v2.6.1
[v2.6.0] New parameter to consider existing security issues when deciding whether to pass or fail the step.
This release adds a new parameter SEVERITY_CHECK_SCOPE, which can be set to either CURRENT_SCAN, its default value, or to ALL_ISSUES.
When set to ALL_ISSUES, the step will now fail if there are existing security issues with the given severity when the step is used in blocking mode.
[v2.5.3] By default wait for DAST results when checking scan completion
Added a new input parameter WAIT_FOR_STATIC_SCAN_ONLY (optional), that allows to skip DAST results, that can take a longer time to finish.
[v2.5.2] Fix unhandled error on scan result polling mode
Merge pull request #13 from datatheorem/better-handling-of-missing-st…
[v2.5.1] Update README
Merge pull request #12 from datatheorem/v2-5-1-update-readme [v2.5.1] Update README.md
[v2.5.0] Added support for custom polling timeout
This pull request introduces a configurable timeout for polling scan results, allowing users to control how long the plugin waits for scans to complete before proceeding.
[v2.4.0] Added support for vulnerability blocking (BLOCK_ON_SEVERITY)
-
Added support for vulnerability blocking (BLOCK_ON_SEVERITY) and warnings (WARN_ON_SEVERITY) based on severity levels (HIGH, MEDIUM, LOW). These features enable automated build blocking or warnings during scans. [1] [2]
-
Introduced a new input parameter DT_RESULTS_API_KEY to access scan results and security findings required for vulnerability blocking and warnings.
Add support for sourcemap
Add support for a sourcemap parameter via the SOURCEMAP_FILE_PATH action parameter.
Add optional parameters to the submission
This release allows additional parameters to be specified with the binary submission. See README for more details.
v2.1.0: Merge pull request #5 from datatheorem/support-file-path-glob
Support file path glob pattern