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
Make it convenient to run ghasum as part of a GitHub Actions workflow in order to continuously and at runtime check the integrity of the Actions in a workflow. To achieve this, I think it makes to most sense to offer ghasum as a GitHub Action.
The ${{ github.action_path }}context value can be used to determine the location of checkout out action as ${{ github.action_path }}/../... This works both for "normal" jobs and jobs running in a container: (ref #43).
which satisfies both of the goals stated in the original issue (i.e. "The Action should validate the integrity of the actions used in the current job." and "Ideally this can validate the repositories as pulled by the GitHub Actions infrastructure.").
Depends on #2
Summary
Make it convenient to run
ghasum
as part of a GitHub Actions workflow in order to continuously and at runtime check the integrity of the Actions in a workflow. To achieve this, I think it makes to most sense to offerghasum
as a GitHub Action.Example
Goals
The text was updated successfully, but these errors were encountered: