forked from groundnuty/k8s-wait-for
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgrade upload action. * debug test failure * debug test failure * Upgrade upload sarif action to v3 and more debug. * debug test failure * More debug. * More debug. * More debug. * More debug. * Fix kubectl download location, remove debug. * Updated grype ignore list and bumped alpine version.
- Loading branch information
1 parent
0525b58
commit dde2741
Showing
3 changed files
with
15 additions
and
17 deletions.
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
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 |
---|---|---|
@@ -1,20 +1,16 @@ | ||
ignore: | ||
# For grype configuration, see https://github.com/anchore/grype#specifying-matches-to-ignore | ||
|
||
|
||
# The kubectl leverages a single function the github.com/docker/distribution v2.8.1 go | ||
# package. It uses this function to validate that it was passed a syntactically | ||
# correct image name. There is no way to exploit this vulnerability from kubectl. | ||
# For more information, see: | ||
# https://github.com/distribution/distribution/security/advisories/GHSA-hqxw-f8mx-cpmw | ||
- vulnerability: GHSA-hqxw-f8mx-cpmw | ||
fix-state: "fixed" | ||
# https://nvd.nist.gov/vuln/detail/CVE-2024-34156 | ||
# Expecting upstream fix in next patch build of kubectl executable | ||
- vulnerability: CVE-2024-34156 | ||
package: | ||
location: /usr/local/bin/kubectl | ||
|
||
# https://nvd.nist.gov/vuln/detail/CVE-2023-4807 | ||
# There is not currently a fix available -- have implemented the suggested | ||
# workaround. | ||
- vulnerability: CVE-2023-4807 | ||
# https://nvd.nist.gov/vuln/detail/CVE-2024-34158 | ||
# Expecting upstream fix in next patch build of kubectl executable | ||
- vulnerability: CVE-2024-34158 | ||
package: | ||
location: /usr/local/bin/kubectl | ||
|
||
|
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