Skip to content

Commit 7cb1ace

Browse files
authored
Update trufflehog-secret-scan.yaml
1 parent b06decb commit 7cb1ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trufflehog-secret-scan.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Read comment from file
3535
id: read-comment
3636
run: |
37-
COMMENT=$(cat trufflehog_result.txt | base64)
37+
COMMENT=$(cat trufflehog_result.txt)
3838
echo "::set-output name=comment::$COMMENT"
3939
4040
- name: Add a comment to the PR

0 commit comments

Comments
 (0)