Skip to content

Commit e9d9d95

Browse files
committed
Update README.md to reflect changes in key and key-alias for Sonar integration
1 parent 0cf1360 commit e9d9d95

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

examples/sonar-scan/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ If the file is not found, configure its location via YAML or env var (see below)
2828
jf evd create \
2929
--build-name $GITHUB_WORKFLOW \
3030
--build-number "${{ github.run_number }}" \
31-
--key "${{ secrets.JIRA_TEST_PKEY }}" \
32-
--key-alias ${{ vars.JIRA_TEST_KEY }} \
31+
--key "${{ secrets.SIGNING_KEY }}" \
32+
--key-alias ${{ vars.SIGNING_KEY_ALIAS }} \
3333
--integration sonar
3434
```
3535
@@ -55,7 +55,7 @@ sonar:
5555
Evidence creation:
5656
5757
- --integration sonar
58-
- Selects the Sonar integration. Required.
58+
- Selects the Sonar integration.
5959
6060
Sonar resolution (via YAML/env):
6161

0 commit comments

Comments
 (0)