Initial commit
This commit is contained in:
10
entrypoint.sh
Executable file
10
entrypoint.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh -l
|
||||
#
|
||||
# Copyright:
|
||||
# Copyright (c) 2023. AVROID, Ltd. All Rights Reserved.
|
||||
#
|
||||
|
||||
echo "Processing event '$GITHUB_EVENT_NAME'"
|
||||
|
||||
gitleaks detect --verbose --redact --log-opts "--first-parent --no-merges origin/$GITHUB_BASE_REF..$GITHUB_SHA"
|
||||
|
||||
Reference in New Issue
Block a user