Skip to content

Commit

Permalink
Update infisical-secrets-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Jun 21, 2024
1 parent a8bf710 commit 2cf48fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/infisical-secrets-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Run scan
shell: bash
run: infisical scan --redact -f csv -r secrets-result.csv 2>&1 | tee secrets-result.log
run: infisical scan --redact -f csv -r secrets-result.csv 2>&1 | tee >(sed -r 's/\x1b\[[0-9;]*m//g' > secrets-result.log)

- name: Read secrets-result.log
uses: guibranco/[email protected]
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
```
message-failure: |
**Infisical secrets check:** :rotating_light: Secrets leaked!.
**Infisical secrets check:** :rotating_light: Secrets leaked!
**Scan results:**
```
Expand All @@ -72,4 +72,4 @@ jobs:
${{ steps.report.outputs.contents }}
```
message-cancelled: |
**Infisical secrets check:** :o: Secrets check cancelled!.
**Infisical secrets check:** :o: Secrets check cancelled!

0 comments on commit 2cf48fd

Please sign in to comment.