Skip to content

Commit 4487780

Browse files
authored
Update action.yml
1 parent 1858755 commit 4487780

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ inputs:
1515
description: 'The name of the scan'
1616
default: CGS-Github-${{ github.event.repository.name }}
1717
required: true
18+
analysis_type:
19+
description: 'The type of analysis you want CodeGuru Security to perform in the scan, either Security or All. Defaults to Security type if missing.'
20+
required: false
1821
fail_on_severity:
1922
description: 'Fails the action run if any finding is higher than or equal to severity is provided. Default the script does not break the action run. [example: Info, Low, Medium, High, Critical]'
2023
required: false
@@ -33,5 +36,7 @@ runs:
3336
- codeguru-security-results
3437
- --output_file_format
3538
- SARIF
39+
- --analysis_type
40+
- ${{ inputs.analysis_type }}
3641
- --fail_on_severity
3742
- ${{ inputs.fail_on_severity }}

0 commit comments

Comments
 (0)