workgroups/vendor/github.com/securego/gosec/v2/entrypoint.sh

8 lines
206 B
Bash
Raw Normal View History

2021-09-24 17:34:17 +02:00
#!/usr/bin/env bash
# Expand the arguments into an array of strings. This is requires because the GitHub action
# provides all arguments concatenated as a single string.
ARGS=("$@")
/bin/gosec ${ARGS[*]}