Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions INJECTION_TEST.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Injection test - this branch name is test-$(id)
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ runs:
REPO=${REPO%".git"}
BRANCH=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}

echo "REPO: $REPO"
echo "BRANCH: $BRANCH"

MOBB_ARGS=(
npx --yes mobbdev@latest analyze --ci
-r "$REPO"
Expand Down
5 changes: 5 additions & 0 deletions review/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ runs:
VUL_FILE_PATH="results/$(basename "$REPORT_FILE")"
PR_NUMBER="${{ github.event.pull_request.number }}"

echo "REPO: $REPO"
echo "BRANCH: $GITHUB_HEAD_REF"
echo "COMMIT_HASH: $COMMIT_HASH"
echo "PR_NUMBER: $PR_NUMBER"

MOBB_ARGS=(
npx --yes mobbdev@latest review
-r "$REPO"
Expand Down
Loading