Skip to content

Commit

Permalink
Merge branch 'master' into feature/AAE-26244-ecr-image-url-as-output-…
Browse files Browse the repository at this point in the history
…value
  • Loading branch information
wojciech-piotrowiak authored Nov 11, 2024
2 parents 1799f95 + d2f24da commit c0e64fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/docker-build-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ runs:

- name: Upload SARIF Files
if: always() && inputs.grype-scan-enabled == 'true' && github.event_name == 'push'
uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
uses: github/codeql-action/upload-sarif@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
continue-on-error: true # do not fail if GHAS is not enabled
with:
sarif_file: ${{ steps.scan.outputs.sarif }}
Expand Down

0 comments on commit c0e64fe

Please sign in to comment.