Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading