Skip to content

Commit

Permalink
Update leaked_secrets_scan.yaml
Browse files Browse the repository at this point in the history
With @0x2b3bfa0 yesterday we noticed, that action is using latest tag of the docker, so pinning does not make sense except spam made by renovate :(

https://github.com/trufflesecurity/trufflehog/blob/f9ea22f72bf1f4c052ffb56d80b3d481be1e0f9e/action.yml#L25

Tags are not bumped so frequently, as commits.
  • Loading branch information
mjasion authored Sep 19, 2023
1 parent fa403b8 commit 1b857cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/leaked_secrets_scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
fetch-depth: 0
- name: TruffleHog OSS
uses: trufflesecurity/trufflehog@ade5d91d5ca94e996377b1909a802dd9dbc51b6b
uses: trufflesecurity/trufflehog@v3.56.1
with:
path: ./
base: ${{ github.event.repository.default_branch }}
Expand Down

0 comments on commit 1b857cd

Please sign in to comment.