1
0
mirror of https://github.com/securego/gosec.git synced 2024-12-28 21:08:22 +02:00
gosec/entrypoint.sh
2021-10-14 09:54:32 +02:00

8 lines
206 B
Bash
Executable File

#!/usr/bin/env bash
# Expand the arguments into an array of strings. This is required because the GitHub action
# provides all arguments concatenated as a single string.
ARGS=("$@")
/bin/gosec ${ARGS[*]}