Skip to content

Commit 6abc286

Browse files
committed
adds the build badge
1 parent 627ed8d commit 6abc286

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
# Vault Audit Filter
2+
3+
[![Go](https://github.com/ncode/vault-audit-filter/actions/workflows/go.yml/badge.svg)](https://github.com/ncode/vault-audit-filter/actions/workflows/go.yml)
14
[![Go Report Card](https://goreportcard.com/badge/github.com/ncode/vault-audit-filter)](https://goreportcard.com/report/github.com/ncode/vault-audit-filter)
25
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
36
[![codecov](https://codecov.io/gh/ncode/vault-audit-filter/graph/badge.svg?token=PTW9OYF19R)](https://codecov.io/gh/ncode/vault-audit-filter)
47

5-
# Vault Audit Filter
6-
78
`vault-audit-filter` is a Go-based tool designed to filter and log HashiCorp Vault audit logs based on configurable rules. It provides fine-grained control over how Vault audit events are processed and categorized, allowing you to capture critical events while reducing noise from routine operations.
89

910
## Features

0 commit comments

Comments
 (0)