Skip to content

Commit

Permalink
Adjust message.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed Jul 25, 2024
1 parent 60f0369 commit b294fd5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,8 @@ jobs:
comment-id: ${{ steps.fc.outputs.comment-id }}
issue-number: ${{ github.event.pull_request.number }}
body: |
\#\# Container Scanning Status: ${{ steps.runscanner.outcome != 'success' && '❌ Failure' || '✅ Success' }}
## Container Scanning Status: ${{ steps.runscanner.outcome != 'success' && '❌ Failure' || '✅ Success' }}
```
${{ env.SCANNER_OUTPUTS }}
```
Outcome: ${{ steps.runscanner.outcome }}
edit-mode: replace

0 comments on commit b294fd5

Please sign in to comment.