From e2a734a704f94cdfeed964f4d5cbe262e5055f7c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 6 Jul 2026 20:52:28 +0000 Subject: [PATCH 1/2] Initial plan From dd49ae57f07c6654485e9e0dd684b6dc28dbb16b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 6 Jul 2026 20:58:33 +0000 Subject: [PATCH 2/2] Use explicit beta image tag for Scout and Jira payload --- .../build_publish_image_autoinstrumentation_beta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_publish_image_autoinstrumentation_beta.yaml b/.github/workflows/build_publish_image_autoinstrumentation_beta.yaml index 05768935d..41d7fd1b2 100644 --- a/.github/workflows/build_publish_image_autoinstrumentation_beta.yaml +++ b/.github/workflows/build_publish_image_autoinstrumentation_beta.yaml @@ -88,7 +88,7 @@ jobs: uses: docker/scout-action@v1 with: command: cves - image: ${{ steps.meta.outputs.tags[0] }} + image: ${{ github.repository_owner }}/autoinstrumentation-python:${{ env.VERSION }}-beta platform: "linux/amd64" sarif-file: sarif.output.json @@ -100,7 +100,7 @@ jobs: - name: Create JIRA tickets for vulnerabilities uses: ./.github/actions/jira_vuln_k8s with: - image-tag: ${{ steps.meta.outputs.tags[0] }} + image-tag: ${{ github.repository_owner }}/autoinstrumentation-python:${{ env.VERSION }}-beta workflow-url: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} commit-sha: ${{ github.sha }} jira-base-url: ${{ secrets.JIRA_BASE_URL }}