platform9 / luigi

The plumber you'll hire to install all your Kubernetes network plumbing
Apache License 2.0
22 stars 3 forks source link

Bump alpine from 3.16 to 3.19 in /hostplumber #154

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps alpine from 3.16 to 3.19.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
cruizen commented 8 months ago

Alpine 3.17 + breaks hostplumber. We should hold this upgrade for a while. See https://github.com/platform9/luigi/pull/137

We have ZERO vulnerabilities of severity CRITICAL / HIGH currently anyway in Luigi (atherton branch) - though this can change in future. There are no dependabot alerts and there are 12 code scanning alerts of severity LOW/ MEDIUM https://github.com/platform9/luigi/security/code-scanning

cruizen commented 8 months ago
~ % trivy image platform9/hostplumber:v0.5.4-pmk-3168223 --scanners vuln
2024-03-07T22:00:01.615+0530    INFO    Vulnerability scanning is enabled
2024-03-07T22:00:06.472+0530    INFO    Detected OS: alpine
2024-03-07T22:00:06.472+0530    INFO    Detecting Alpine vulnerabilities...
2024-03-07T22:00:06.502+0530    INFO    Number of language-specific files: 2
2024-03-07T22:00:06.502+0530    INFO    Detecting gobinary vulnerabilities...
2024-03-07T22:00:06.505+0530    INFO    Detecting python-pkg vulnerabilities...

platform9/hostplumber:v0.5.4-pmk-3168223 (alpine 3.16.9)

Total: 0 (UNKNOWN: 0, LOW: 0, MEDIUM: 0, HIGH: 0, CRITICAL: 0)
cruizen commented 8 months ago

@dependabot show alpine ignore conditions

dependabot[bot] commented 8 months ago

No ignore conditions found for the dependency alpine

cruizen commented 8 months ago

@dependabot ignore this dependency

dependabot[bot] commented 8 months ago

OK, I won't notify you about alpine again, unless you re-open this PR.