mirror of
https://github.com/carhartl/talisman-secrets-scan-action.git
synced 2025-04-12 10:57:03 +00:00
Bump talisman to v1.30.0 and only scan commits instead of git history
This commit is contained in:
parent
12d841b00c
commit
645f19e60a
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ 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.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
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
set -e
|
||||
|
||||
sh -c "git config --global --add safe.directory $PWD"
|
||||
sh -c "echo $* | /talisman --githook pre-push"
|
||||
sh -c "echo $* | /talisman --ignoreHistory --githook pre-push"
|
||||
|
|
Loading…
Add table
Reference in a new issue