Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sergicastro committed Apr 2, 2024
1 parent e93743f commit d99ea03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/scan/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ runs:
exit-code: 1
ignore-unfixed: false
severity: 'CRITICAL,HIGH,MEDIUM'
format: '{{ inputs.format }}'
output: '{{ inputs.output }}'
format: '${{ inputs.format }}'
output: '${{ inputs.output }}'
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
if: ${{ inputs.format == 'sarif' }}
with:
sarif_file: '{{ inputs.output }}'
sarif_file: '${{ inputs.output }}'

0 comments on commit d99ea03

Please sign in to comment.