diff --git a/.github/workflows/build_publish_image_autoinstrumentation.yaml b/.github/workflows/build_publish_image_autoinstrumentation.yaml index 59e390737..d11b7e03d 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@bacf462e8d090c09660de30a6ccc718035f961e3 + uses: docker/scout-action@2688993af7bafd6ba8c6a74ec652442be91dd82b 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 7f4fe0200..4c790dc8e 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@bacf462e8d090c09660de30a6ccc718035f961e3 + uses: docker/scout-action@2688993af7bafd6ba8c6a74ec652442be91dd82b with: command: cves image: ${{ github.repository_owner }}/autoinstrumentation-python:${{ env.VERSION }}-beta