Skip to content

Commit

Permalink
Update security.yml
Browse files Browse the repository at this point in the history
Changing trufflehog to immutable version. Unauthorized manipulation of artifacts might be difficult to spot. For example, this may result in using images with malicious code. Also, intended major changes, which are automatically used in an image used might break the functionality. Pinning of artifacts ensure that changes are performed only when intended.
  • Loading branch information
wo1f1ow authored Nov 3, 2023
1 parent 98a8f57 commit 9d14dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
fetch-depth: 0 # Entire Git history of the repository will be fetched
- name: TruffleHog OSS
uses: trufflesecurity/trufflehog@main
uses: trufflesecurity/trufflehog@v3.9.0
with:
path: ./
base: ${{ github.event.repository.default_branch }} # Start scanning from default main branch
Expand Down

0 comments on commit 9d14dad

Please sign in to comment.