Skip to content

Commit

Permalink
Update infisical-secrets-check.yml (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Jun 21, 2024
1 parent 8622c4d commit b41af95
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/github-file-reader-action-v2@v2.1.535
Expand Down

0 comments on commit b41af95

Please sign in to comment.