Conversation
This is a parameter in jobs.yml as well as core-templates, but is not in the outer templates, despite being used here. Repos that are not using jobs.yml would have arcade generated SBOMs dropped
|
/backport to release/9.0 |
|
Started backporting to release/9.0: https://github.com/dotnet/arcade/actions/runs/11149697986 |
| @@ -1,6 +1,7 @@ | |||
| parameters: | |||
| # Sbom related params | |||
| enableSbom: true | |||
There was a problem hiding this comment.
why is enableSbom: true not enough for SBOMs to show up?
There was a problem hiding this comment.
also curious what else does runAsPublic: false do?
There was a problem hiding this comment.
Because runAsPublic is empty if you don't use the job.yml template. That means we don't expand the CG steps. These have traditionally been turned off in public projects/PRs as well as when repos want to 'pretend' like they are running as a public run.
|
/backport to release/9.0 |
|
Started backporting to release/9.0: https://github.com/dotnet/arcade/actions/runs/11388075509 |
|
@mmitche an error occurred while backporting to release/9.0, please check the run log for details! Validation Failed: {"resource":"PullRequest","code":"custom","message":"No commits between release/9.0 and backport/pr-15128-to-release/9.0"} |
This is a parameter in jobs.yml as well as core-templates, but is not in the outer templates, despite being used here. Repos that are not using jobs.yml would have arcade generated SBOMs dropped