-
Notifications
You must be signed in to change notification settings - Fork 11
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
docs: rearrange and rename and add badges to meet current feature set #225
base: staging
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the badge should read flake8
.
And for laffs & giggles we could consider using the LGBT Flag colors |
We can also add this SLSA badge now. |
That’s an SVG with an embedded data URL for the logo*. So, using the shields.io badges we already use I guess we can mimic that badge: That logo would deviate though from the pattern I considered establishing, where a badge has a “type” on the left (e.g. “security” or “ci”) and a value on the right (e.g. “bandit” and “CodeQL” for the “security” badge). The SLSA would be a “ci” badge, maybe? ————— |
And now this repo also supports pip-audit: |
137adc1
to
bec1f17
Compare
bec1f17
to
1e6c0c5
Compare
Oh, and Github can also create badges from workflow runs! @behnazh should we add the badges for a few of our important workflows, for example |
Looks like the Conventional Commits folks provide their own badge: |
Just playing around with badges, which ones we want to show and how…
Here I focused more on the area and feature sets this repo offers, instead of having the badge show details for the specific feature.
Should we add a badge for SLSA level 1*, too (see issue #25) —
What about a Scorecard badge (see issue #32) — is that a
code qa
badge, orci
?What about the OSSF Best Practices badge (see issue #121) — is that a
code qa
badge, orci
?—————
* We haven’t quite reached level 2 yet, have we?