logginghandler/vendor/github.com/securego/gosec/v2/entrypoint.sh
Marvin Preuss d095180eb4
All checks were successful
continuous-integration/drone/push Build is passing
build: uses go modules for tool handling
2022-01-14 13:51:56 +01:00

8 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[*]}