|
|
|
|
@ -175,6 +175,8 @@ jobs:
@@ -175,6 +175,8 @@ jobs:
|
|
|
|
|
uses: github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9 |
|
|
|
|
with: |
|
|
|
|
sarif_file: ${{ steps.container-scan.outputs.sarif }} |
|
|
|
|
sha: ${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.sha || github.sha }} |
|
|
|
|
ref: ${{ contains(github.event_name, 'pull_request') && format('refs/pull/{0}/head', github.event.pull_request.number) || github.ref }} |
|
|
|
|
|
|
|
|
|
- name: Log out of Docker |
|
|
|
|
if: ${{ env.is_publish_branch == 'true' }} |
|
|
|
|
|