Skip to content

Commit

Permalink
docs: add initial badges to README.md (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgb authored Jan 18, 2023
1 parent 010ef94 commit 919dc2b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Image Scanner Operator

[![Conventional Commits][conventional-commits-img]][conventional-commits]
[![Go Report Card][report-card-img]][report-card]
[![CodeQL][CodeQL-img]][CodeQL]

Image Scanner is a Kubernetes Operator supporting detection of vulnerabilities
in running container images.

Expand Down Expand Up @@ -242,5 +246,11 @@ during any interaction with the community.

Licensed under the [MIT License](LICENSE).

[CodeQL-img]: https://github.com/statnett/image-scanner-operator/actions/workflows/codeql.yml/badge.svg?branch=main
[CodeQL]: https://github.com/statnett/image-scanner-operator/actions/workflows/codeql.yml?query=branch%3Amain
[conventional-commits-img]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white
[conventional-commits]: https://conventionalcommits.org
[report-card-img]: https://goreportcard.com/badge/github.com/statnett/image-scanner-operator
[report-card]: https://goreportcard.com/report/github.com/statnett/image-scanner-operator
[CIS-CRD]: https://doc.crds.dev/github.com/statnett/image-scanner-operator/stas.statnett.no/ContainerImageScan/v1alpha1
[CIS-example]: config/samples/stas_v1alpha1_containerimagescan.yaml

0 comments on commit 919dc2b

Please sign in to comment.