mirror of
https://github.com/carhartl/talisman-secrets-scan-action.git
synced 2024-12-04 13:27:27 +00:00
Upgrade Talisman to v1.26.0
This commit is contained in:
parent
febec4e37a
commit
c0a2d6f261
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM ubuntu:20.04
|
|||
|
||||
RUN apt update && apt install -y git
|
||||
|
||||
ADD ["https://github.com/thoughtworks/talisman/releases/download/v1.25.0/talisman_linux_amd64", "/talisman"]
|
||||
ADD ["https://github.com/thoughtworks/talisman/releases/download/v1.26.0/talisman_linux_amd64", "/talisman"]
|
||||
RUN chmod +x /talisman
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
|
Loading…
Reference in a new issue