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 b49cea3 commit e52ea49Copy full SHA for e52ea49
.github/workflows/sonar-evidence-example.yml
@@ -92,5 +92,5 @@ jobs:
92
--integration sonar \
93
--build-name $GITHUB_WORKFLOW \
94
--build-number "${{ github.run_number }}" \
95
- --key "${{ secrets.PRIVATE_KEY }}" \
96
- --key-alias "${{ vars.JF_KEY_ALIAS }}"
+ --key "${{ secrets.EVIDENCE_SIGNING_KEY }}" \
+ --key-alias "${{ vars.EVIDENCE_PUBLIC_KEY_ALIAS }}"
0 commit comments