Skip to content

Commit

Permalink
fix expression
Browse files Browse the repository at this point in the history
  • Loading branch information
khvn26 committed Oct 8, 2024
1 parent ddb1925 commit 5338aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/trivy-scan-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ runs:
id: scan-results-url
run: >
echo scan-results-url=${{ format('{0}/{1}/security/code-scanning?query=is:open+tool:Trivy+{2}',
github.server_url, github.repository, inputs.query }} >> $GITHUB_OUTPUT
github.server_url, github.repository, inputs.query) }} >> $GITHUB_OUTPUT
shell: bash

0 comments on commit 5338aa5

Please sign in to comment.