Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/aquasecurity/trivy to v0.50.1 #1509

Merged
merged 2 commits into from
Mar 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 27, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/aquasecurity/trivy v0.50.0 -> v0.50.1 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

aquasecurity/trivy (github.com/aquasecurity/trivy)

v0.50.1

Compare Source

Changelog

  • 5f69937 fix(sbom): fix error when parent of SPDX Relationships is not a package. (#​6399)
  • 258d153 fix(nodejs): merge Indirect, Dev, ExternalReferences fields for same deps from package-lock.json files v2 or later (#​6356)
  • ade033a docs: add info about support for package license detection in fs/repo modes (#​6381)
  • f85c9fa fix(nodejs): add support for parsing workspaces from package.json as an object (#​6231)
  • 9d7f5c9 fix: use 0600 perms for tmp files for post analyzers (#​6386)
  • f148eb1 fix(helm): scan the subcharts once (#​6382)
  • 97f95c4 docs(terraform): add file patterns for Terraform Plan (#​6393)
  • abd62ae fix(terraform): сhecking SSE encryption algorithm validity (#​6341)
  • 7c409fd fix(java): parse modules from pom.xml files once (#​6312)
  • 1b68327 chore(deps): bump github.com/docker/docker from 25.0.3+incompatible to 25.0.5+incompatible (#​6364)
  • a2482c1 fix(server): add Locations for Packages in client/server mode (#​6366)
  • e866bd5 fix(sbom): add check for CreationInfo to nil when detecting SPDX created using Trivy (#​6346)
  • 1870f28 fix(report): don't include empty strings in .vulnerabilities[].identifiers[].url when gitlab.tpl is used (#​6348)
  • 6c81e55 chore(ubuntu): Add Ubuntu 22.04 EOL date (#​6371)

Configuration

📅 Schedule: Branch creation - "after 6am every weekday,before 12pm every weekday" in timezone Etc/UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner March 27, 2024 08:45
@renovate renovate bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 27, 2024
@paralta paralta self-assigned this Mar 27, 2024
paralta
paralta previously approved these changes Mar 27, 2024
@paralta paralta enabled auto-merge March 27, 2024 10:28

This comment has been minimized.

@renovate renovate bot force-pushed the renovate/git.luolix.top-aquasecurity-trivy-0.x branch from 76ea882 to e3bc468 Compare March 27, 2024 11:00
Copy link
Contributor Author

renovate bot commented Mar 27, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

Copy link

Hey!

Your images are ready:

  • ghcr.io/openclarity/vmclarity-apiserver-dev:pr1509-9bef243d2701e7e7be9c83c9ad1d1a36231cb4fb
  • ghcr.io/openclarity/vmclarity-cli-dev:pr1509-9bef243d2701e7e7be9c83c9ad1d1a36231cb4fb
  • ghcr.io/openclarity/vmclarity-cr-discovery-server-dev:pr1509-9bef243d2701e7e7be9c83c9ad1d1a36231cb4fb
  • ghcr.io/openclarity/vmclarity-orchestrator-dev:pr1509-9bef243d2701e7e7be9c83c9ad1d1a36231cb4fb
  • ghcr.io/openclarity/vmclarity-ui-dev:pr1509-9bef243d2701e7e7be9c83c9ad1d1a36231cb4fb
  • ghcr.io/openclarity/vmclarity-ui-backend-dev:pr1509-9bef243d2701e7e7be9c83c9ad1d1a36231cb4fb

@paralta paralta added this pull request to the merge queue Mar 27, 2024
Merged via the queue into main with commit fd9620c Mar 27, 2024
34 checks passed
@paralta paralta deleted the renovate/git.luolix.top-aquasecurity-trivy-0.x branch March 27, 2024 11:58
ramizpolic pushed a commit that referenced this pull request Apr 7, 2024
)

* fix(deps): update module github.com/aquasecurity/trivy to v0.50.1

* fix: go mod tidy

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Catarina Paralta <46568597+paralta@users.noreply.github.com>
ramizpolic added a commit that referenced this pull request Apr 7, 2024
commit 5f7948e
Author: Catarina Paralta <46568597+paralta@users.noreply.github.com>
Date:   Fri Apr 5 13:03:10 2024 +0100

    feat: implement export results (in progress)

commit 9e435be
Author: Catarina Paralta <46568597+paralta@users.noreply.github.com>
Date:   Fri Apr 5 10:00:42 2024 +0100

    feat: parse plugin scanner outputs

commit ec15979
Author: Catarina Paralta <46568597+paralta@users.noreply.github.com>
Date:   Thu Apr 4 17:14:58 2024 +0100

    feat: add plugin output type

commit 19d7c6f
Author: Catarina Paralta <46568597+paralta@users.noreply.github.com>
Date:   Thu Apr 4 17:00:24 2024 +0100

    feat: implement job registration

commit 9efa892
Author: Catarina Paralta <46568597+paralta@users.noreply.github.com>
Date:   Thu Apr 4 16:15:50 2024 +0100

    feat: add name to new job

commit aa71d33
Author: Catarina Paralta <46568597+paralta@users.noreply.github.com>
Date:   Thu Apr 4 13:52:31 2024 +0100

    feat: implement plugins runner

commit 5619c68
Author: Catarina Paralta <46568597+paralta@users.noreply.github.com>
Date:   Thu Apr 4 11:15:15 2024 +0100

    feat: implement plugins family run

commit 5947a22
Author: Catarina Paralta <46568597+paralta@users.noreply.github.com>
Date:   Wed Mar 27 18:04:23 2024 +0000

    feat(plugin): add plugin configuration to api spec

commit 3e2bc11
Author: Catarina Paralta <46568597+paralta@users.noreply.github.com>
Date:   Wed Mar 27 17:08:49 2024 +0000

    feat(plugin): create plugin configuration

commit 78141ab
Author: András Jáky <ajaky@cisco.com>
Date:   Wed Mar 27 17:10:48 2024 +0100

    init

    Signed-off-by: András Jáky <ajaky@cisco.com>

commit efff898
Author: András Jáky <ajaky@cisco.com>
Date:   Wed Mar 27 16:15:53 2024 +0100

    feat: healthchecks in Azure installer, names for VMClarity roles (#1503)

    * feat: container healthchecks in Azure installer

    Signed-off-by: András Jáky <ajaky@cisco.com>

    * feat: human readable names to VMClarity roles

    Signed-off-by: András Jáky <ajaky@cisco.com>

    * chore: make gen-bicep

    Signed-off-by: András Jáky <ajaky@cisco.com>

    ---------

    Signed-off-by: András Jáky <ajaky@cisco.com>

commit fd9620c
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Wed Mar 27 11:30:38 2024 +0000

    fix(deps): update module github.com/aquasecurity/trivy to v0.50.1 (#1509)

    * fix(deps): update module github.com/aquasecurity/trivy to v0.50.1

    * fix: go mod tidy

    ---------

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Catarina Paralta <46568597+paralta@users.noreply.github.com>

commit 32731cb
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Wed Mar 27 11:27:28 2024 +0000

    chore(deps): update docker.io/aquasec/trivy docker tag to v0.50.1 (#1508)

    * chore(deps): update docker.io/aquasec/trivy docker tag to v0.50.1

    * docs: update helm docs

    ---------

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Catarina Paralta <46568597+paralta@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant