File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
31
31
- name : Run scan
32
32
shell : bash
33
- run : infisical scan --redact -f csv -r secrets-result.csv 2>&1 | tee secrets-result.log
33
+ run : infisical scan --redact -f csv -r secrets-result.csv 2>&1 | tee >(sed -r 's/\x1b\[[0-9;]*m//g' > secrets-result.log)
34
34
35
35
- name : Read secrets-result.log
36
36
uses : guibranco/github-file-reader-action-v2@v2.1.535
61
61
```
62
62
63
63
message-failure : |
64
- **Infisical secrets check:** :rotating_light: Secrets leaked!.
64
+ **Infisical secrets check:** :rotating_light: Secrets leaked!
65
65
66
66
**Scan results:**
67
67
```
72
72
${{ steps.report.outputs.contents }}
73
73
```
74
74
message-cancelled : |
75
- **Infisical secrets check:** :o: Secrets check cancelled!.
75
+ **Infisical secrets check:** :o: Secrets check cancelled!
You can’t perform that action at this time.
0 commit comments