Initial commit

This commit is contained in:
Andrey Danin
2023-12-06 19:41:14 +03:00
commit 29ee36f784
4 changed files with 42 additions and 0 deletions

10
entrypoint.sh Executable file
View 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"