-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
36 lines (33 loc) · 1.03 KB
/
action.yml
File metadata and controls
36 lines (33 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: "StackHawk Github Issue Manager"
description: "A Github Issue Manager for StackHawk's HawkScan alerts"
author: "dillonstreator"
branding:
icon: "octagon"
color: "green"
inputs:
stackhawk_api_key:
required: true
stackhawk_scan_id:
required: true
github_issue_label_static:
required: false
default: 'hawkscan'
description: "Static label to apply to the issues created by this action. It is used to find existing issues."
github_issue_label_severity_prefix:
required: false
default: 'severity-'
description: "Prefix for the severity labels."
github_token:
required: true
description: "Github Personal Access Token with read & write access to issues."
auto_close_remediated:
required: false
default: false
description: "Automatically close issues that are no longer present in the HawkScan findings."
minimum_severity:
required: false
default: 'Low'
description: "The minimum severity level to create github issues for"
runs:
using: node20
main: dist/index.js