Skip to content

Commit 2322ef0

Browse files
authored
ci: add badges for security scans (#3288)
* ci: add badges for security scans Signed-off-by: Shahar Harari <[email protected]> * change trivy workflow name to upper-case Signed-off-by: Shahar Harari <[email protected]> * trivy -> Trivy Signed-off-by: Shahar Harari <[email protected]> --------- Signed-off-by: Shahar Harari <[email protected]>
1 parent f8ede24 commit 2322ef0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/trivy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: trivy
1+
name: Trivy
22

33
on:
44
push:

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/envoyproxy/gateway/badge)](https://securityscorecards.dev/viewer/?uri=github.com/envoyproxy/gateway)
44
[![Build and Test](https://github.com/envoyproxy/gateway/actions/workflows/build_and_test.yaml/badge.svg)](https://github.com/envoyproxy/gateway/actions/workflows/build_and_test.yaml)
55
[![codecov](https://codecov.io/gh/envoyproxy/gateway/branch/main/graph/badge.svg)](https://codecov.io/gh/envoyproxy/gateway)
6+
[![CodeQL](https://github.com/envoyproxy/gateway/actions/workflows/codeql.yml/badge.svg)](https://github.com/envoyproxy/gateway/actions/workflows/codeql.yml)
7+
[![OSV-Scanner](https://github.com/envoyproxy/gateway/actions/workflows/osv-scanner.yml/badge.svg)](https://github.com/envoyproxy/gateway/actions/workflows/osv-scanner.yml)
8+
[![Trivy](https://github.com/envoyproxy/gateway/actions/workflows/trivy.yml/badge.svg)](https://github.com/envoyproxy/gateway/actions/workflows/trivy.yml)
69

710
Envoy Gateway is an open source project for managing Envoy Proxy as a standalone or
811
Kubernetes-based application gateway.

0 commit comments

Comments
 (0)