Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update infisical-secrets-check.yml #22

Merged
merged 1 commit into from
Jun 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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]
guibranco marked this conversation as resolved.
Show resolved Hide resolved
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:**
```
guibranco marked this conversation as resolved.
Show resolved Hide resolved
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!
guibranco marked this conversation as resolved.
Show resolved Hide resolved
Loading