Skip to content

Commit

Permalink
fix(ci_schedule): quote image ref (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Mar 4, 2024
1 parent 9951a62 commit 6889f4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
schedule-trivy:
uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@${{ values.actions_version }}
with:
image-ref: ${{ values.trivy_image_ref }}
image-ref: '${{ values.trivy_image_ref }}'
{%- endif %}

0 comments on commit 6889f4c

Please sign in to comment.