Skip to content

Commit ae22bc4

Browse files
authored
Merge pull request #455 from Delta-Sierra/master
github-action object v1
2 parents 052a2d6 + 38f5ebd commit ae22bc4

1 file changed

Lines changed: 59 additions & 0 deletions

File tree

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{
2+
"attributes": {
3+
"description": {
4+
"description": "Action description",
5+
"misp-attribute": "text",
6+
"ui-priority": 1
7+
},
8+
"filters": {
9+
"description": "Restrictions on the trigger",
10+
"misp-attribute": "text",
11+
"multiple": true,
12+
"ui-priority": 1
13+
},
14+
"inputs": {
15+
"description": "Inputs of the workflow",
16+
"misp-attribute": "text",
17+
"multiple": true,
18+
"ui-priority": 1
19+
},
20+
"jobs": {
21+
"description": "Jobs defined in the workflow",
22+
"misp-attribute": "text",
23+
"multiple": true,
24+
"ui-priority": 1
25+
},
26+
"name": {
27+
"description": "Name of the action.",
28+
"misp-attribute": "text",
29+
"ui-priority": 1
30+
},
31+
"notes": {
32+
"description": "Any other informations",
33+
"misp-attribute": "text",
34+
"multiple": true,
35+
"ui-priority": 1
36+
},
37+
"outputs": {
38+
"description": "Outputs generated in the workflow",
39+
"misp-attribute": "text",
40+
"multiple": true,
41+
"ui-priority": 1
42+
},
43+
"trigger": {
44+
"description": "How is the action trigerred.",
45+
"misp-attribute": "text",
46+
"multiple": true,
47+
"ui-priority": 1
48+
}
49+
},
50+
"description": "GitHub Actions",
51+
"meta-category": "misc",
52+
"name": "github-action",
53+
"requiredOneOf": [
54+
"name",
55+
"description"
56+
],
57+
"uuid": "3331aaf4-1007-454e-ba7b-6f39ad67decb",
58+
"version": 1
59+
}

0 commit comments

Comments
 (0)