-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8062b04
commit 25bdd92
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -194,7 +194,7 @@ jobs: | |
- name: Docker Scout | ||
id: docker-scout | ||
uses: docker/[email protected] | ||
# 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 | ||
|