woodpecker/vendor/github.com/securego/gosec/v2/entrypoint.sh
2021-11-16 21:07:53 +01:00

7 lines
206 B
Bash

#!/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[*]}