diff --git a/action.yml b/action.yml index b604f92c6..6aed83129 100644 --- a/action.yml +++ b/action.yml @@ -3,12 +3,8 @@ description: 'Scan Github Actions with TruffleHog' author: Truffle Security Co. inputs: - version: - description: TruffleHog version. - required: false - default: latest path: - description: Repository path. + description: Repository path required: true base: description: Start scanning from here (usually main branch). @@ -26,7 +22,7 @@ branding: color: "green" runs: using: "docker" - image: "docker://ghcr.io/trufflesecurity/trufflehog:${{ inputs.version }}" + image: "docker://ghcr.io/trufflesecurity/trufflehog:latest" args: - git - file://${{ inputs.path }}