mirror of
https://github.com/carhartl/talisman-secrets-scan-action.git
synced 2024-12-04 21:30:23 +00:00
6 lines
50 B
Bash
6 lines
50 B
Bash
|
#!/bin/sh -l
|
||
|
|
||
|
set -e
|
||
|
|
||
|
sh -c "echo $* | /talisman"
|