Skip to content

Releases: datatheorem/datatheorem-mobile-secure-action

[v2.6.1] Improvements in scan polling logic

05 Nov 18:12
24e1c3c

Choose a tag to compare

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.

30 Oct 14:48
8789eb2

Choose a tag to compare

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

22 Oct 18:10
a7f51a2

Choose a tag to compare

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

21 Oct 14:40
32a53f9

Choose a tag to compare

Merge pull request #13 from datatheorem/better-handling-of-missing-st…

[v2.5.1] Update README

17 Oct 09:48
644de40

Choose a tag to compare

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

17 Oct 09:21
f9ee293

Choose a tag to compare

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)

15 Jul 17:36
adcae8e

Choose a tag to compare

  • 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

09 Apr 10:04
72d0cfb

Choose a tag to compare

Add support for a sourcemap parameter via the SOURCEMAP_FILE_PATH action parameter.

Add optional parameters to the submission

24 Apr 22:15
e26a4f4

Choose a tag to compare

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

20 Oct 12:51
dd941e0

Choose a tag to compare