11 lines
246 B
Bash
Executable File
11 lines
246 B
Bash
Executable File
#!/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"
|
|
|