Hi
this pipeline is working except $BITBUCKET_PR_ID or $BITBUCKET_BRANCH
image: atlassian/default-image:3
pipelines:
pull-requests:
"**":
- step:
name: "Download and Dir Scan"
script:
- SCAN_PATH="."
- ./wizcli dir scan --path "$SCAN_PATH" --policy "sca vulnerabilities policy" --policy "Default malware policy" --name "$BITBUCKET_REPO_FULL_NAME" --tag pr_id=$BITBUCKET_PR_ID
I can't see the value of $BITBUCKET_PR_ID or $BITBUCKET_BRANCH