- name: databricks-repo
type: git
icon: github-circle
source:
uri: xyz.git
branch: master
private_key: ((key))
I am trying to do a code scan only to the PR from the git branch. the above code gets me only the code from the branch not the pr
Use the Github PR Resource to accomplish this. This is the example they provide on the project page: