mirror of
https://github.com/carhartl/talisman-secrets-scan-action.git
synced 2024-12-04 21:30:23 +00:00
parent
12d841b00c
commit
d56726748f
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ RUN apt update && apt install software-properties-common -y && \
|
||||||
add-apt-repository ppa:git-core/ppa -y && \
|
add-apt-repository ppa:git-core/ppa -y && \
|
||||||
apt install -y git
|
apt install -y git
|
||||||
|
|
||||||
ADD ["https://github.com/thoughtworks/talisman/releases/download/v1.28.1/talisman_linux_amd64", "/talisman"]
|
ADD ["https://github.com/thoughtworks/talisman/releases/download/v1.30.0/talisman_linux_amd64", "/talisman"]
|
||||||
RUN chmod +x /talisman
|
RUN chmod +x /talisman
|
||||||
|
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
|
|
Loading…
Reference in a new issue