Skip to content

Commit

Permalink
lateest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
maira-samtek committed Jan 10, 2024
1 parent f682561 commit 485dea9
Show file tree
Hide file tree
Showing 6 changed files with 118,601 additions and 118,298 deletions.
8 changes: 7 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,13 @@ inputs:
description: 'Comma-separated list of Security Hub finding severities to sync'
required: false
default: 'CRITICAL,HIGH,MEDIUM'
auto-close:
description: 'a boolean to support auto closing for issue'
default: "true"
assign-jira-ticket-to:
description: 'the assignee accountId to assign the Jira ticket to}'
required: false

runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit 485dea9

Please sign in to comment.