Skip to content

Commit d4114c3

Browse files
Merge pull request #13 from token-metrics/segun/master-aks-sq-ci
update sonarqube scan workflow to send scan result to aks
2 parents 1299ebd + eecc22e commit d4114c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarqube-aks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Security Analysis
1212
runs-on: ubuntu-latest
1313
outputs:
14-
cache: ${{ steps.cache-key.outputs.key }}
14+
cache-key: ${{ steps.cache-key.outputs.key }}
1515

1616
steps:
1717
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)