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
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
The text was updated successfully, but these errors were encountered:
gregorywaynepower
changed the title
Question on Implimenting OpenSSF's Scorecard Github Action
Question on Implementing OpenSSF's Scorecard Github Action
Jan 2, 2024
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.
If you want to isolate a particular check you can use the
--checks
flag.If you want particular insight on what a particular check means:
Additional context
No response
The text was updated successfully, but these errors were encountered: