LabelActionsResult returns the IFC label for GitHub Actions resources: workflow definitions, runs, jobs, artifacts, and job logs. Integrity is untrusted. Workflow logs echo arbitrary text produced during a run — including output derived from pull-request branches, dependency downloads, and other at
(isPrivate bool)
| 231 | // |
| 232 | // Confidentiality follows repository visibility. |
| 233 | func LabelActionsResult(isPrivate bool) SecurityLabel { |
| 234 | if isPrivate { |
| 235 | return PrivateUntrusted() |
| 236 | } |
| 237 | return PublicUntrusted() |
| 238 | } |
| 239 | |
| 240 | // LabelSecurityAlert returns the IFC label for security findings: code |
| 241 | // scanning alerts, secret scanning alerts, and Dependabot alerts. |