We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b06decb commit 7cb1aceCopy full SHA for 7cb1ace
.github/workflows/trufflehog-secret-scan.yaml
@@ -34,7 +34,7 @@ jobs:
34
- name: Read comment from file
35
id: read-comment
36
run: |
37
- COMMENT=$(cat trufflehog_result.txt | base64)
+ COMMENT=$(cat trufflehog_result.txt)
38
echo "::set-output name=comment::$COMMENT"
39
40
- name: Add a comment to the PR
0 commit comments