Skip to content

Commit

Permalink
Update leaked_secrets_scan.yaml (#200)
Browse files Browse the repository at this point in the history
* Update leaked_secrets_scan.yaml

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.

* Update .github/workflows/leaked_secrets_scan.yaml

Co-authored-by: Helio Machado <0x2b3bfa0+git@googlemail.com>

---------

Co-authored-by: Helio Machado <0x2b3bfa0+git@googlemail.com>
  • Loading branch information
mjasion and 0x2b3bfa0 authored Sep 19, 2023
1 parent fa403b8 commit 9db5eae
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@main
with:
path: ./
base: ${{ github.event.repository.default_branch }}
Expand Down

0 comments on commit 9db5eae

Please sign in to comment.