Skip to content

Commit

Permalink
CCS-4 Fix sonar step output
Browse files Browse the repository at this point in the history
  • Loading branch information
carmithersh committed Feb 10, 2025
1 parent 4631321 commit 7468efb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sonar-evidence-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@ jobs:
- name: Create evidence
if: ${{ steps.run-sonar-scanner.outputs.create-sonar-evidence == 0 }}
run: |
run: |
echo "create-sonar-evidence=${{ steps.run-sonar-scanner.outputs.create-sonar-evidence}}
# Attach evidence onto build using JFrog CLI
jf evd create \
--build-name $GITHUB_WORKFLOW \
Expand Down

0 comments on commit 7468efb

Please sign in to comment.