Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question on Implementing OpenSSF's Scorecard Github Action #55733

Open
gregorywaynepower opened this issue Dec 30, 2023 · 1 comment
Open

Question on Implementing OpenSSF's Scorecard Github Action #55733

gregorywaynepower opened this issue Dec 30, 2023 · 1 comment

Comments

@gregorywaynepower
Copy link
Contributor

Feature description

I have sincerely enjoyed learning and using QGIS and making small contributions. I am not sure if this would fall under a QEP or not:

The reason I bring this up is due to me running OpenSSF's Scorecard CLI Tool against this repo--which I understand isn't the same as the current (3.34.2) release and the LTS (3.28.14) release and I wanted to make sure I wasn't being alarmist about the results I got. I'd enjoy making further contributions.

If y'all want to run it for yourselves of what the scorecard produces here's a command that will give you an at-a-glance output.

sudo docker run -e GITHUB_AUTH_TOKEN=GITHUB_AUTH_TOKEN_with_pub_repo_permissions_here gcr.io/openssf/scorecard:stable --repo=https://github.com/qgis/QGIS   

If you want to isolate a particular check you can use the --checks flag.

sudo docker run -e GITHUB_AUTH_TOKEN=GITHUB_AUTH_TOKEN_with_pub_repo_permissions_here gcr.io/openssf/scorecard:stable --repo=https://github.com/qgis/QGIS --checks=Vulnerabilities  

If you want particular insight on what a particular check means:

sudo docker run -e GITHUB_AUTH_TOKEN=GITHUB_AUTH_TOKEN_with_pub_repo_permissions_here gcr.io/openssf/scorecard:stable --repo=https://github.com/qgis/QGIS --checks=Vulnerabilities  --show-details

Additional context

No response

@gregorywaynepower gregorywaynepower changed the title Question on Implimenting OpenSSF's Scorecard Github Action Question on Implementing OpenSSF's Scorecard Github Action Jan 2, 2024
@andy778
Copy link

andy778 commented Jan 2, 2025

Running scorecard from command line it gives 6.3 and not 5.6

The difference seems to be that command line also includes:

  • CI-Tests
  • Contribution
  • Dependency update tool
  • Signed release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants