kubernetes / node-problem-detector

This is a place for various problem detectors running on the Kubernetes nodes.
Apache License 2.0
2.83k stars 615 forks source link

Update BASEIMAGE to debian-base:bookworm-v1.0.2 #891

Closed hakman closed 3 months ago

hakman commented 3 months ago

/cc @wangzhen127 @vteratipally @JohnRusk @geetasg

This should address:

k8s-ci-robot commented 3 months ago

@hakman: GitHub didn't allow me to request PR reviews from the following users: JohnRusk, geetasg.

Note that only kubernetes members and repo collaborators can review this PR, and authors cannot review their own PRs.

In response to [this](https://github.com/kubernetes/node-problem-detector/pull/891): >/cc @wangzhen127 @vteratipally @JohnRusk @geetasg > >This should address: >* https://github.com/kubernetes/node-problem-detector/issues/871 >* https://github.com/kubernetes/node-problem-detector/issues/887 Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
vteratipally commented 3 months ago

/lgtm /approve

k8s-ci-robot commented 3 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: hakman, vteratipally

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes/node-problem-detector/blob/master/OWNERS)~~ [vteratipally] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
hakman commented 3 months ago

After merging this PR:

% trivy image --severity LOW,MEDIUM,HIGH,CRITICAL --ignore-unfixed --exit-code 3 --exit-on-eol 7 --scanners vuln gcr.io/k8s-staging-npd/node-problem-detector:master@sha256:ad25e459bb3bef22fc78de958a4b62e51f71e41e25fef88c5ce7a2f263b15104
2024-03-29T09:37:07.731+0200    INFO    Need to update DB
2024-03-29T09:37:07.731+0200    INFO    DB Repository: ghcr.io/aquasecurity/trivy-db:2
2024-03-29T09:37:07.731+0200    INFO    Downloading DB...
44.66 MiB / 44.66 MiB [---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------] 100.00% 4.92 MiB p/s 9.3s
2024-03-29T09:37:18.062+0200    INFO    Vulnerability scanning is enabled
2024-03-29T09:37:28.070+0200    INFO    Detected OS: debian
2024-03-29T09:37:28.070+0200    INFO    Detecting Debian vulnerabilities...
2024-03-29T09:37:28.080+0200    INFO    Number of language-specific files: 3
2024-03-29T09:37:28.080+0200    INFO    Detecting gobinary vulnerabilities...

gcr.io/k8s-staging-npd/node-problem-detector:master@sha256:ad25e459bb3bef22fc78de958a4b62e51f71e41e25fef88c5ce7a2f263b15104 (debian 12.5)

Total: 0 (LOW: 0, MEDIUM: 0, HIGH: 0, CRITICAL: 0)