mirror of
https://github.com/github/codeql.git
synced 2026-05-02 04:05:14 +02:00
18 lines
790 B
YAML
18 lines
790 B
YAML
extensions:
|
|
- addsTo:
|
|
pack: githubsecuritylab/actions-all
|
|
extensible: summaryModel
|
|
data:
|
|
- ["octo-org/this-repo/.github/workflows/workflow.yml", "*", "input.config-path", "output.workflow-output", "taint", "manual"]
|
|
- ["octo-org/summary-repo/.github/workflows/workflow.yml", "*", "input.config-path", "output.workflow-output", "taint", "manual"]
|
|
- addsTo:
|
|
pack: githubsecuritylab/actions-all
|
|
extensible: sourceModel
|
|
data:
|
|
- ["octo-org/source-repo/.github/workflows/workflow.yml", "*", "output.workflow-output", "Foo", "manual"]
|
|
- addsTo:
|
|
pack: githubsecuritylab/actions-all
|
|
extensible: sinkModel
|
|
data:
|
|
- ["octo-org/sink-repo/.github/workflows/workflow.yml", "*", "input.config-path", "code-injection", "manual"]
|