Skip to content

Commit

Permalink
Update infisical-secrets-check.yml (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Jun 21, 2024
1 parent 665af88 commit cfe4259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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

0 comments on commit cfe4259

Please sign in to comment.