-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaction.yml
29 lines (26 loc) · 817 Bytes
/
action.yml
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
name: 'Setup Ghidra Action'
author: 'antoniovazquezblanco'
description: 'Setup Ghidra environment'
inputs:
download_url:
description: 'Direct download url to a Ghidra distribution archive.'
owner:
description: 'Owner of the repository to fetch Ghidra from.'
default: 'NationalSecurityAgency'
repo:
description: 'Repository to fetch Ghidra from.'
default: 'ghidra'
version:
description: 'Ghidra version.'
default: 'latest'
sha256sum:
description: 'SHA256 sum to check the release against. You may use the keywords "skip" to not perform any check or "online" to get the sum from release notes.'
default: 'online'
auth_token:
description: 'GitHub token for authentication.'
runs:
using: 'node20'
main: 'dist/index.js'
branding:
icon: 'code'
color: 'yellow'