Skip to content

Commit a300ab8

Browse files
committed
docs: add workflow and security badges to README
- Add badges for Trivy Security Scan and Lint/Testing workflows to the README Signed-off-by: appleboy <appleboy.tw@gmail.com>
1 parent bf14f24 commit a300ab8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# AuthGate CLI - OAuth 2.0 Device Flow Client
22

3+
[![Trivy Security Scan](https://github.com/go-authgate/device-cli/actions/workflows/security.yml/badge.svg)](https://github.com/go-authgate/device-cli/actions/workflows/security.yml)
4+
[![Lint and Testing](https://github.com/go-authgate/device-cli/actions/workflows/testing.yml/badge.svg)](https://github.com/go-authgate/device-cli/actions/workflows/testing.yml)
5+
36
AuthGate CLI is a command-line tool that demonstrates how to authenticate with AuthGate server using the OAuth 2.0 Device Authorization Flow.
47

58
## What does it do?

0 commit comments

Comments
 (0)