Update winejammy.sh #203
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: TruffleHog OSS | ||
# You may pin to the exact commit or the version. | ||
# uses: trufflesecurity/trufflehog@ead9dd57486f43830ba2279f3a3c49d4b9c36633 | ||
uses: trufflesecurity/[email protected] | ||
with: | ||
# Repository path | ||
path: # optional, default is ./ | ||
# Start scanning from here (usually main branch). | ||
base: # optional, default is | ||
# Scan commits until here (usually dev branch). | ||
head: # optional | ||
# Extra args to be passed to the trufflehog cli. | ||
extra_args: # optional, default is | ||
# Scan with this trufflehog cli version. | ||
version: # optional, default is latest | ||