From b7d16376f18f1eb7fcdcef1c910e2ef3f54ad3e8 Mon Sep 17 00:00:00 2001 From: Guilherme Branco Stracini Date: Sun, 15 Sep 2024 15:08:22 +0100 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 09575f5..d1c8d30 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ 🚨 :octocat: A GitHub action to check and report secret leaks in the repository using [Infisical CLI](https://infisical.com/docs/cli/commands/scan). +--- + ## Usage None. @@ -17,6 +19,8 @@ None. None. +--- + ## Example ```yml @@ -38,3 +42,14 @@ on: - name: Run the action uses: guibranco/github-infisical-secrets-check-action@latest ``` +--- + +## Sample output + +### Success - no secrets leaked + +[!success](success.png) + +### Failure - secrets leaked + +[!failure](failure.png)