diff --git a/.github/workflows/sub-build-docker-image.yml b/.github/workflows/sub-build-docker-image.yml index 9b170cdbd80..483448d40b6 100644 --- a/.github/workflows/sub-build-docker-image.yml +++ b/.github/workflows/sub-build-docker-image.yml @@ -194,7 +194,7 @@ jobs: - name: Docker Scout id: docker-scout uses: docker/scout-action@v1.13.0 - # We only run Docker Scout on the runtime target, as the other targets are not meant to be released + # We only run Docker Scout on the `runtime` target, as the other targets are not meant to be released # and are commonly used for testing, and thus are ephemeral. # TODO: Remove the `contains` check once we have a better way to determine if just new vulnerabilities are present. # See: https://github.com/docker/scout-action/issues/56