mirror of
https://github.com/carhartl/talisman-secrets-scan-action.git
synced 2024-12-04 05:17:54 +00:00
Apply prettier fixes
This commit is contained in:
parent
702fc5c521
commit
85f9ff954a
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ FROM ubuntu:20.04
|
|||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt update && apt install software-properties-common -y && \
|
||||
add-apt-repository ppa:git-core/ppa -y && \
|
||||
apt install -y git
|
||||
RUN apt update && apt install software-properties-common -y \
|
||||
&& add-apt-repository ppa:git-core/ppa -y \
|
||||
&& apt install -y git
|
||||
|
||||
ADD ["https://github.com/thoughtworks/talisman/releases/download/v1.30.0/talisman_linux_amd64", "/talisman"]
|
||||
RUN chmod +x /talisman
|
||||
|
|
Loading…
Reference in a new issue