We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e244c81 commit 7ea37bbCopy full SHA for 7ea37bb
entrypoint.sh
@@ -4,4 +4,8 @@
4
# provides all arguments concatenated as a single string.
5
ARGS=("$@")
6
7
+if [[ ! -z "${GITHUB_AUTHENTICATION_TOKEN}" ]]; then
8
+ git config --global --add url."https://x-access-token:${GITHUB_AUTHENTICATION_TOKEN}@github.com/".insteadOf "https://github.com/"
9
+fi
10
+
11
/bin/gosec ${ARGS[*]}
0 commit comments