We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0710660 commit 9eac522Copy full SHA for 9eac522
.github/workflows/veracode-policy-scan.yml
@@ -105,6 +105,8 @@ jobs:
105
fail_checks_on_policy: ${{ inputs.break_build_policy_findings }}
106
fail_checks_on_error: ${{ inputs.break_build_on_error }}
107
filter_mitigated_flaws: ${{ inputs.filter_mitigated_flaws }}
108
+ head_sha: ${{ inputs.sha }}
109
+ gitRepositoryUrl: ${{ github.server_url }}/${{ inputs.source_repository }}
110
111
veracode-remove-sandbox:
112
needs: policy_scan
0 commit comments