diff --git a/.github/workflows/build_publish_image_autoinstrumentation.yaml b/.github/workflows/build_publish_image_autoinstrumentation.yaml index 62225bb4e..a02ebc9ee 100644 --- a/.github/workflows/build_publish_image_autoinstrumentation.yaml +++ b/.github/workflows/build_publish_image_autoinstrumentation.yaml @@ -85,7 +85,7 @@ jobs: - name: Analyze for critical and high CVEs - tagged image id: docker-scout-image-cves - uses: docker/scout-action@2688993af7bafd6ba8c6a74ec652442be91dd82b + uses: docker/scout-action@7c6b6c3f7844478ace1ffd4e7aef649053d1f87d with: command: cves image: ${{ github.repository_owner }}/autoinstrumentation-python:${{ env.VERSION }} diff --git a/.github/workflows/build_publish_image_autoinstrumentation_beta.yaml b/.github/workflows/build_publish_image_autoinstrumentation_beta.yaml index 74f59c385..9408e922b 100644 --- a/.github/workflows/build_publish_image_autoinstrumentation_beta.yaml +++ b/.github/workflows/build_publish_image_autoinstrumentation_beta.yaml @@ -85,7 +85,7 @@ jobs: - name: Analyze for critical and high CVEs - tagged image id: docker-scout-image-cves - uses: docker/scout-action@2688993af7bafd6ba8c6a74ec652442be91dd82b + uses: docker/scout-action@7c6b6c3f7844478ace1ffd4e7aef649053d1f87d with: command: cves image: ${{ github.repository_owner }}/autoinstrumentation-python:${{ env.VERSION }}-beta