Skip to content

Commit 77d407d

Browse files
committed
secrets-scan.yml
1 parent 9c5d575 commit 77d407d

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/secrets-scan.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,13 @@ jobs:
1818

1919
- name: Install Talisman
2020
run: |
21-
curl --silent https://thoughtworks.github.io/talisman/scripts/install.bash > install.bash
21+
curl --silent https://raw.githubusercontent.com/thoughtworks/talisman/v1.32.0/install.sh > install.bash
2222
chmod +x install.bash
23-
expect -c '
24-
set timeout -1
25-
spawn ./install.bash --pre-push
26-
expect "PLEASE CHOOSE WHERE YOU WISH TO SET TALISMAN_HOME VARIABLE AND talisman binary PATH (Enter option number): "
27-
send "4\r"
28-
expect "No git template directory is configured. Let'\''s add one."
29-
send "1\r"
30-
interact
31-
'
23+
./install.bash
3224
3325
- name: Run Talisman
3426
id: run_talisman
35-
run: ~/.talisman/bin/talisman_linux_amd64 --scan
27+
run: /usr/local/bin/talisman --scan
3628
continue-on-error: true
3729

3830
- name: Convert JSON to HTML

0 commit comments

Comments
 (0)