Add new sources and summary steps

This commit is contained in:
Alvaro Muñoz
2024-09-27 10:28:44 +02:00
parent 71960b3ddd
commit 010ad359d7
9 changed files with 62 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
extensions:
- addsTo:
pack: github/actions-all
extensible: actionsSummaryModel
data:
- ["AsasInnab/regex-action", "*", "input.search_string", "output.first_match", "taint", "manual"]

View File

@@ -0,0 +1,8 @@
extensions:
- addsTo:
pack: github/actions-all
extensible: actionsSummaryModel
data:
- ["MeilCli/regex-match", "*", "input.search_string", "output.matched_first", "taint", "manual"]
- ["MeilCli/regex-match", "*", "input.search_string", "output.matched_json", "taint", "manual"]

View File

@@ -0,0 +1,6 @@
extensions:
- addsTo:
pack: github/actions-all
extensible: actionsSummaryModel
data:
- ["actions-ecosystem/action-regex-match", "*", "input.text", "output.*", "taint", "manual"]

View File

@@ -0,0 +1,6 @@
extensions:
- addsTo:
pack: github/actions-all
extensible: actionsSummaryModel
data:
- ["dsfx3d/action-extract-unique-matches", "*", "input.text", "output.matches", "taint", "manual"]

View File

@@ -0,0 +1,7 @@
extensions:
- addsTo:
pack: github/actions-all
extensible: actionsSummaryModel
data:
- ["kaisugi/action-regex-match", "*", "input.text", "output.*", "taint", "manual"]

View File

@@ -0,0 +1,7 @@
extensions:
- addsTo:
pack: github/actions-all
extensible: actionsSummaryModel
data:
- ["paulschuberth/regex-extract-action", "*", "input.haystack", "output.matches", "taint", "manual"]

View File

@@ -0,0 +1,7 @@
extensions:
- addsTo:
pack: github/actions-all
extensible: actionsSummaryModel
data:
- ["release-kit/regex", "*", "input.string", "output.*", "taint", "manual"]

View File

@@ -0,0 +1,7 @@
extensions:
- addsTo:
pack: github/actions-all
extensible: actionsSourceModel
data:
- ["tim-actions/get-pr-commits", "*", "output.commits", "text", "manual"]

View File

@@ -0,0 +1,8 @@
extensions:
- addsTo:
pack: github/actions-all
extensible: actionsSummaryModel
data:
- ["tmelliottjr/extract-regex-action", "*", "input.input", "output.resultString", "taint", "manual"]
- ["tmelliottjr/extract-regex-action", "*", "input.input", "output.resultArray", "taint", "manual"]