Skip to content
This repository was archived by the owner on May 31, 2023. It is now read-only.

Commit e98b565

Browse files
fix: earlybird update to latest version (#8)
* fix: updating earlybird * refactor: indentation and logging
1 parent b97929b commit e98b565

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

earlybird

Submodule earlybird updated 105 files

entrypoint.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ FALSE_POSITIVE_FILE="${WORKSPACE_DIR}/.false-positives.yaml"
2020
IGNORE_FILE="${WORKSPACE_DIR}/.ge_ignore"
2121

2222
if [ -d ".go-earlybird" ]; then
23-
cp -f .go-earlybird/* /.go-earlybird/
23+
cp -f .go-earlybird/* /.go-earlybird/
2424
fi
2525

2626
if [ -f "${FALSE_POSITIVE_FILE}" ]; then
27-
cp "${FALSE_POSITIVE_FILE}" /.go-earlybird/falsepositives
27+
echo "Adding exceptions from file: ${FALSE_POSITIVE_FILE}"
28+
cp "${FALSE_POSITIVE_FILE}" /.go-earlybird/falsepositives
2829
fi
2930

3031

0 commit comments

Comments
 (0)