Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Sep 15, 2024
1 parent 8d69913 commit b7d1637
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -17,6 +19,8 @@ None.

None.

---

## Example

```yml
Expand All @@ -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)

0 comments on commit b7d1637

Please sign in to comment.