Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.

Commit 142a073

Browse files
authored
Update action.yml
1 parent 209d37b commit 142a073

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ inputs:
1111
aws_region:
1212
description: 'AWS region where you want to run workflow'
1313
required: true
14+
scan_name:
15+
description: 'The name of the scan'
16+
default: ${{ github.event.repository.name }}
17+
required: false
1418
fail_on_severity:
1519
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]'
1620
required: false
@@ -23,6 +27,8 @@ runs:
2327
- ${{ inputs.source_path }}
2428
- --aws_region
2529
- ${{ inputs.aws_region }}
30+
- --scan_name
31+
- ${{ inputs.scan_name }}
2632
- --output_file_prefix
2733
- codeguru-security-results
2834
- --output_file_format

0 commit comments

Comments
 (0)