Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rashley-iqt committed Feb 1, 2024
1 parent 8d7567f commit cdf9d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secret-scan/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
- run: |
docker run -t -v "${{inputs.scan-path}}:/workdir" trufflesecurity/trufflehog:latest filesystem /workdir \
--only-verified --json | jq -cs '.[-1]|{"verified":.verified_secrets, "unverified":.unverified_secrets}' \
> tee /tmp/th.out
> /tmp/th.out
shell: bash
- id: secrets-found
run: |
Expand Down

0 comments on commit cdf9d7e

Please sign in to comment.