Skip to content

Commit

Permalink
fix: render openssf badge by parsing as mdx (#6093)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuenzenmeyer committed Nov 5, 2023
1 parent 1deeb59 commit bf9dd75
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@ If you have suggestions on how this process could be improved please submit a

## OpenSSF Best Practices

<a href="https://bestpractices.coreinfrastructure.org/projects/29" style="display: inline-flex;"><img src="https://bestpractices.coreinfrastructure.org/projects/29/badge" style="display: inline;"></a>
<a
href="https://bestpractices.coreinfrastructure.org/projects/29"
style={{ display: 'inline-flex' }}
>
<img

Check warning on line 82 in pages/en/about/security-reporting.mdx

View workflow job for this annotation

GitHub Actions / Lint

Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element

Check warning on line 82 in pages/en/about/security-reporting.mdx

View workflow job for this annotation

GitHub Actions / Lint

img elements must have an alt prop, either with meaningful text, or an empty string for decorative images

Check warning on line 82 in pages/en/about/security-reporting.mdx

View workflow job for this annotation

GitHub Actions / Lint

Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element

Check warning on line 82 in pages/en/about/security-reporting.mdx

View workflow job for this annotation

GitHub Actions / Lint

img elements must have an alt prop, either with meaningful text, or an empty string for decorative images
src="https://bestpractices.coreinfrastructure.org/projects/29/badge"
style={{ display: 'inline' }}
/>
</a>

The Open Source Security Foundation (OpenSSF) [Best Practices badge](https://github.com/coreinfrastructure/best-practices-badge) is a way for Free/Libre and Open Source Software (FLOSS) projects to show that they follow best practices. Projects can voluntarily self-certify how they follow each best practice. Consumers of the badge can quickly assess which FLOSS projects are following best practices and as a result are more likely to produce higher-quality secure software.

0 comments on commit bf9dd75

Please sign in to comment.