File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments