-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathaction.yml
More file actions
31 lines (25 loc) · 790 Bytes
/
action.yml
File metadata and controls
31 lines (25 loc) · 790 Bytes
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
name: GitHub Security Report Action
description: Generates security reports for a GitHub repository
author: Peter Murray
inputs:
token:
description: GitHub Access Token with permissions for Dependencies and Security API access on the repository.
required: true
sarifReportDir:
description: The CodeQL output directory for SARIF report(s).
required: true
default: "../results"
outputDir:
description: The output directory for the generated report(s).
required: true
default: ${{ github.workspace }}
repository:
description: Repository name with owner. For example, peter-murray/github-security-report
required: true
default: ${{ github.repository }}
runs:
using: node12
main: dist/index.js
branding:
icon: shield
color: green