howfairis-github-action icon indicating copy to clipboard operation
howfairis-github-action copied to clipboard

GitHub Action to analyze a GitHub repository’s compliance with the fair-software.eu recommendations.

Results 8 howfairis-github-action issues
Sort by recently updated
recently updated
newest added

If Zenodo were added to the list of registries to check against, this would cover an awful lot of "generic" software releases, e.g., those that don't go into any of...

let action use docker image from https://hub.docker.com/r/fairsoftware/howfairis/tags?page=1&ordering=last_updated for better speed and more predictable behavior. Also, use a tagged version as opposed to latest/bleeding edge.

Noticed it here https://github.com/sequgen/sequgen/runs/2182605029?check_suite_focus=true Apparently, the github action is looking at main branch'es README.rst, because it was deleted on the feature branch and yet it says ``` It seems you...

A suggested @jspaaks to better fit purpose or repo.

On https://github.com/fair-software/badge#for-developers it says you can use ```shell # (from project root directory) docker build -t howfairis . ``` However this gives a error: ``` url: . AssertionError: url should...

To reproduce: `howfairis https://github.com/hexatomic/hexatomic` See https://github.com/hexatomic/hexatomic, which is an open repository :). I would expect to get a checkmark for that. ![grafik](https://user-images.githubusercontent.com/3007126/95568870-0f32fe80-0a25-11eb-92d8-455ba64a4e3b.png)

https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/sarif-support-for-code-scanning

It would be nice to be able to run the action on a custom branch, as opposed to the default branch of the repo. This would be useful, e.g. to...