Skip to content

Commit

Permalink
chore: improve
Browse files Browse the repository at this point in the history
  • Loading branch information
StarpTech committed Dec 20, 2024
1 parent 906dfbb commit c167c51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/image-scan/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ runs:
with:
message: |
# Trivy Image scan passed
:white_check_mark: No security vulnerabilities found in image `${{ inputs.image_ref }}`.
:white_check_mark: No security vulnerabilities found in image:
`${{ inputs.image_ref }}`.
- uses: mshick/add-pr-comment@v2
if: failure() && steps.scan.outcome == 'failure'
Expand Down

0 comments on commit c167c51

Please sign in to comment.