Skip to content

Commit

Permalink
Release 1.13.0 description fix (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
maksudur-rahman-maruf authored Sep 10, 2024
1 parent 2cafc26 commit 762d396
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ inputs:
description: 'Flag to enable pull request comments for new issues found in the Coverity scan'
required: false
coverity_waitForScan:
description: 'It specifies whether the workflow should wait for the analysis to complete or not'
description: 'Specifies if the workflow should wait for the analysis to complete. Default value: true. If set to false, post merge workflows like PR comment, Fix PR, SARIF etc will not be applicable.'
required: false
coverity_build_command:
description: 'Build command for Coverity'
Expand Down Expand Up @@ -111,7 +111,7 @@ inputs:
description: 'Flag to enable/disable uploading of Polaris SARIF report to GitHub Advanced Security'
required: false
polaris_waitForScan:
description: 'It specifies whether the workflow should wait for the analysis to complete or not'
description: 'Specifies if the workflow should wait for the analysis to complete. Default value: true. If set to false, post merge workflows like PR comment, Fix PR, SARIF etc will not be applicable.'
required: false
polaris_assessment_mode:
description: 'The test mode type of this scan'
Expand Down Expand Up @@ -186,7 +186,7 @@ inputs:
description: 'Flag to enable/disable uploading of Black Duck SARIF report to GitHub Advanced Security'
required: false
blackduck_waitForScan:
description: 'It specifies whether the workflow should wait for the analysis to complete or not'
description: 'Specifies if the workflow should wait for the analysis to complete. Default value: true. If set to false, post merge workflows like PR comment, Fix PR, SARIF etc will not be applicable.'
required: false
blackduck_search_depth:
description: 'Number indicating the search depth in the source directory'
Expand Down Expand Up @@ -225,7 +225,7 @@ inputs:
description: 'SRM branch parent'
required: false
srm_waitForScan:
description: 'It specifies whether the workflow should wait for the analysis to complete or not'
description: 'Specifies if the workflow should wait for the analysis to complete. Default value: true. If set to false, post merge workflows like PR comment, Fix PR, SARIF etc will not be applicable.'
required: false
coverity_execution_path:
description: 'Coverity execution path'
Expand Down

0 comments on commit 762d396

Please sign in to comment.