You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This FR was mentioned in application-research/estuary#290 (comment), and I think it's a great idea. I am not 100% sure how to go about doing this, but it's worth investigating.
Some ideas of ways we could do this:
Export actions that receive pinning endpoints & tokens
Create generic action that accepts endpoint & token inputs
This FR was mentioned in application-research/estuary#290 (comment), and I think it's a great idea. I am not 100% sure how to go about doing this, but it's worth investigating.
Some ideas of ways we could do this:
build-reports.yml
, for each of the compliance reports required. (DRY improvement not necessary for this FR)::set-output success=[true|false]
::set-output passed=[number]
::set-output total=[number]
for idea 1 above
How pinning service providers would call the action:
See https://docs.github.com/en/actions/using-workflows/reusing-workflows#passing-inputs-and-secrets-to-a-reusable-workflow
How pinning service providers would use the results
See https://docs.github.com/en/actions/using-workflows/reusing-workflows#using-outputs-from-a-reusable-workflow
The text was updated successfully, but these errors were encountered: