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
* Fix default branch verification
In case the Scorecard action is used in a reusable GitHub workflow, the repository of the workflow can be different from the repository of the project being analyzed.
Currently, the server checks that the branch for which the Scorecard is computed is the default branch of the repository containing the **reusable** workflow.
This PR modifies the verification procedure to use the repository of the **calling** workflow instead.
Closes#554
Signed-off-by: Piotr P. Karwasz <[email protected]>
* Fix linter error
Signed-off-by: Piotr P. Karwasz <[email protected]>
---------
Signed-off-by: Piotr P. Karwasz <[email protected]>
0 commit comments