Skip to content

Commit aac7ce2

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ inputs:
1313
required: true
1414
scan_name:
1515
description: 'The name of the scan'
16-
default: ${{ github.event.repository.name }}
17-
required: false
16+
default: CGS-Github-${{ github.event.repository.name }}
17+
required: true
1818
fail_on_severity:
1919
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]'
2020
required: false

0 commit comments

Comments
 (0)