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

chore(deps): update aquasec/trivy docker tag to v0.58.0 #113

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 17, 2022

This PR contains the following updates:

Package Type Update Change
aquasec/trivy (source) final minor 0.2.1 -> 0.58.0

Release Notes

aquasecurity/trivy (aquasec/trivy)

v0.58.0

Compare Source

Features
Bug Fixes
  • alpine: add UID for removed packages (#​7887) (07915da)
  • aws: change CPU and Memory type of ContainerDefinition to a string (#​7995) (aeeba70)
  • cli: Handle empty ignore files more gracefully (#​7962) (4cfb2a9)
  • debian: infinite loop (#​7928) (d982e6a)
  • fs: add missing defered Cleanup() call to post analyzer fs (#​7882) (ab32297)
  • Improve version comparisons when build identifiers are present (#​7873) (eda4d76)
  • k8s: check all results for vulnerabilities (#​7946) (797b36f)
  • misconf: do not erase variable type for child modules (#​7941) (de3b7ea)
  • misconf: handle null properties in CloudFormation templates (#​7813) (99b2db3)
  • misconf: load full Terraform module (#​7925) (fbc42a0)
  • misconf: properly resolve local Terraform cache (#​7983) (fe3a897)
  • misconf: Update trivy-checks default repo to mirror.gcr.io (#​7953) (9988147)
  • misconf: wrap AWS EnvVar to iac types (#​7407) (54130dc)
  • redhat: don't return error if root/buildinfo/content_manifests/ contains files that are not contentSets files (#​7912) (38775a5)
  • report: handle git@github.com schema for misconfigs in sarif report (#​7898) (19aea4b)
  • sbom: Fixes for Programming Language Vulnerabilities and SBOM Package Maintainer Details (#​7871) (461a68a)
  • terraform: set null value as fallback for missing variables (#​7669) (611558e)

v0.57.1

Compare Source

⚡Release highlights and summary⚡

👉https://github.com/aquasecurity/trivy/discussions/7951

Changelog

https://github.com/aquasecurity/trivy/blob/release/v0.57/CHANGELOG.md#0571-2024-11-18

v0.57.0

Compare Source

⚠ BREAKING CHANGES
  • k8s: support k8s multi container (#​7444)
Features
Bug Fixes

v0.56.2

Compare Source

Changelog

  • f2252c8 release: v0.56.2 [release/v0.56] (#​7694)
  • f6700ec fix(redhat): include arch in PURL qualifiers [backport: release/v0.56] (#​7702)
  • 25d2540 fix(sbom): add options for DBs in private registries [backport: release/v0.56] (#​7691)

v0.56.1

Compare Source

Changelog

v0.56.0

Compare Source

Features
Bug Fixes
Performance Improvements
Reverts
  • java: stop supporting of test scope for pom.xml files (#​7488) (b0222fe)

v0.55.2

Compare Source

Changelog

  • 928c7c0 release: v0.55.2 [release/v0.55] (#​7523)
  • 14a058f fix(java): use dependencyManagement from root/child pom's for dependencies from parents [backport: release/v0.55] (#​7521)
  • 990bc4e chore(deps): bump alpine from 3.20.0 to 3.20.3 [backport: release/v0.55] (#​7516)

v0.55.1

Compare Source

⚡Release highlights and summary⚡

👉https://github.com/aquasecurity/trivy/discussions/7494

Changelog

https://github.com/aquasecurity/trivy/blob/release/v0.55/CHANGELOG.md#0551-2024-09-12

v0.55.0

Compare Source

⚠ BREAKING CHANGES
  • cli: delete deprecated SBOM flags (#​7266)
Features
Bug Fixes
Performance Improvements

v0.54.1

Compare Source

Changelog

  • 854c61d release: v0.54.1 [release/v0.54] (#​7282)
  • 334a1c2 fix(flag): incorrect behavior for deprected flag --clear-cache [backport: release/v0.54] (#​7285)
  • f61725c fix(java): Return error when trying to find a remote pom to avoid segfault [backport: release/v0.54] (#​7283)
  • a7b7117 fix(plugin): do not call GitHub content API for releases and tags [backport: release/v0.54] (#​7279)

v0.54.0

Compare Source

Features
Bug Fixes
  • Add dependencyManagement exclusions to the child exclusions (#​6969) (dc68a66)
  • add missing platform and type to spec (#​7149) (c8a7abd)
  • cli: error on missing config file (#​7154) (7fa5e7d)
  • close file when failed to open gzip (#​7164) (2a577a7)
  • dotnet: don't include non-runtime libraries into report for *.deps.json files (#​7039) (5bc662b)
  • dotnet: show nuget package dir not found log only when checking nuget packages (#​7194) (d76feba)
  • ignore nodes when listing permission is not allowed (#​7107) (25f8143)
  • java: avoid panic if deps from pom in it dir are not found (#​7245) (4e54a7e)
  • java: use go-mvn-version to remove Package duplicates (#​7088) (a7a304d)
  • misconf: do not evaluate TF when a load error occurs (#​7109) (f27c236)
  • nodejs: detect direct dependencies when using latest version for files yarn.lock + package.json (#​7110) (54bb8bd)
  • report: hide empty table when all secrets/license/misconfigs are ignored (#​7171) (c3036de)
  • secret: skip regular strings contain secret patterns (#​7182) (174b1e3)
  • secret: trim excessively long lines (#​7192) (92b13be)
  • secret: update length of hugging-face-access-token (#​7216) (8c87194)
  • server: pass license categories to options (#​7203) (9d52018)
Performance Improvements
  • debian: use bytes.Index in emptyLineSplit to cut allocation (#​7065) (acbec05)

v0.53.0

Compare Source

⚠ BREAKING CHANGES
  • k8s: node-collector dynamic commands support (#​6861)
  • add clean subcommand (#​6993)
  • aws: Remove aws subcommand (#​6995)
Features
Bug Fixes

v0.52.2

Compare Source

Changelog

  • 8709d4f release: v0.52.2 [release/v0.52] (#​6896)
  • a4b8ad7 ci: use ubuntu-latest-m runner [backport: release/v0.52] (#​6933)
  • 2b711bc chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.2 to 1.6.0 [backport: release/v0.52] (#​6919)
  • 191d31e test: bump docker API to 1.45 [backport: release/v0.52] (#​6922)
  • 3f5874c ci: bump github.com/goreleaser/goreleaser to v2.0.0 [backport: release/v0.52] (#​6893)
  • 8f8c76a fix(debian): take installed files from the origin layer [backport: release/v0.52] (#​6892)

v0.52.1

Compare Source

Changelog


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/aquasec-trivy-0.x branch from 06138fb to 2e7afbc Compare March 18, 2022 14:00
@renovate renovate bot changed the title chore(deps): update dependency aquasec/trivy to v0.24.3 chore(deps): update dependency aquasec/trivy to v0.24.4 Mar 18, 2022
@renovate renovate bot force-pushed the renovate/aquasec-trivy-0.x branch from 2e7afbc to 67c4f72 Compare March 31, 2022 12:37
@renovate renovate bot changed the title chore(deps): update dependency aquasec/trivy to v0.24.4 chore(deps): update dependency aquasec/trivy to v0.25.0 Mar 31, 2022
@renovate renovate bot force-pushed the renovate/aquasec-trivy-0.x branch from 67c4f72 to feee060 Compare April 4, 2022 22:11
@renovate renovate bot changed the title chore(deps): update dependency aquasec/trivy to v0.25.0 chore(deps): update dependency aquasec/trivy to v0.25.1 Apr 4, 2022
@renovate renovate bot force-pushed the renovate/aquasec-trivy-0.x branch from feee060 to c95adef Compare April 5, 2022 11:24
@renovate renovate bot changed the title chore(deps): update dependency aquasec/trivy to v0.25.1 chore(deps): update dependency aquasec/trivy to v0.25.2 Apr 5, 2022
@renovate renovate bot force-pushed the renovate/aquasec-trivy-0.x branch from c95adef to 129944e Compare April 6, 2022 11:18
@renovate renovate bot changed the title chore(deps): update dependency aquasec/trivy to v0.25.2 chore(deps): update dependency aquasec/trivy to v0.25.3 Apr 6, 2022
@renovate renovate bot force-pushed the renovate/aquasec-trivy-0.x branch from 129944e to 89b789d Compare April 11, 2022 17:18
@renovate renovate bot changed the title chore(deps): update dependency aquasec/trivy to v0.25.3 chore(deps): update dependency aquasec/trivy to v0.25.4 Apr 11, 2022
@renovate renovate bot force-pushed the renovate/aquasec-trivy-0.x branch from 89b789d to 52db920 Compare April 15, 2022 22:34
@renovate renovate bot changed the title chore(deps): update dependency aquasec/trivy to v0.25.4 chore(deps): update dependency aquasec/trivy to v0.26.0 Apr 15, 2022
@renovate renovate bot force-pushed the renovate/aquasec-trivy-0.x branch from 52db920 to 516e64d Compare April 25, 2022 14:48
@renovate renovate bot changed the title chore(deps): update dependency aquasec/trivy to v0.26.0 chore(deps): update dependency aquasec/trivy to v0.27.0 Apr 25, 2022
@renovate renovate bot force-pushed the renovate/aquasec-trivy-0.x branch from 516e64d to b0750ca Compare April 27, 2022 11:56
@renovate renovate bot changed the title chore(deps): update dependency aquasec/trivy to v0.27.0 chore(deps): update dependency aquasec/trivy to v0.27.1 Apr 27, 2022
@renovate renovate bot force-pushed the renovate/aquasec-trivy-0.x branch from b0750ca to f59c90f Compare May 16, 2022 19:51
@renovate renovate bot changed the title chore(deps): update dependency aquasec/trivy to v0.27.1 chore(deps): update dependency aquasec/trivy to v0.28.0 May 16, 2022
@renovate renovate bot force-pushed the renovate/aquasec-trivy-0.x branch from f59c90f to f2edf89 Compare May 26, 2022 10:42
@renovate renovate bot changed the title chore(deps): update dependency aquasec/trivy to v0.28.0 chore(deps): update dependency aquasec/trivy to v0.28.1 May 26, 2022
@renovate renovate bot force-pushed the renovate/aquasec-trivy-0.x branch from f2edf89 to 527c69f Compare June 16, 2022 14:24
@renovate renovate bot changed the title chore(deps): update dependency aquasec/trivy to v0.28.1 chore(deps): update dependency aquasec/trivy to v0.29.0 Jun 16, 2022
@renovate renovate bot force-pushed the renovate/aquasec-trivy-0.x branch from 527c69f to 1801b93 Compare June 20, 2022 13:31
@renovate renovate bot changed the title chore(deps): update dependency aquasec/trivy to v0.29.0 chore(deps): update dependency aquasec/trivy to v0.29.1 Jun 20, 2022
@renovate renovate bot force-pushed the renovate/aquasec-trivy-0.x branch from 1801b93 to 8ada4ae Compare June 23, 2022 23:07
@renovate renovate bot changed the title chore(deps): update aquasec/trivy docker tag to v0.51.4 chore(deps): update aquasec/trivy docker tag to v0.52.0 Jun 3, 2024
@renovate renovate bot force-pushed the renovate/aquasec-trivy-0.x branch from bf3822f to 55bf1ea Compare June 12, 2024 02:22
@renovate renovate bot changed the title chore(deps): update aquasec/trivy docker tag to v0.52.0 chore(deps): update aquasec/trivy docker tag to v0.52.1 Jun 12, 2024
@renovate renovate bot force-pushed the renovate/aquasec-trivy-0.x branch from 55bf1ea to 34279b2 Compare June 15, 2024 08:59
@renovate renovate bot changed the title chore(deps): update aquasec/trivy docker tag to v0.52.1 chore(deps): update aquasec/trivy docker tag to v0.52.2 Jun 15, 2024
@renovate renovate bot force-pushed the renovate/aquasec-trivy-0.x branch from 34279b2 to a563df1 Compare July 2, 2024 05:51
@renovate renovate bot changed the title chore(deps): update aquasec/trivy docker tag to v0.52.2 chore(deps): update aquasec/trivy docker tag to v0.53.0 Jul 2, 2024
@renovate renovate bot force-pushed the renovate/aquasec-trivy-0.x branch from a563df1 to e2729c9 Compare August 1, 2024 07:57
@renovate renovate bot changed the title chore(deps): update aquasec/trivy docker tag to v0.53.0 chore(deps): update aquasec/trivy docker tag to v0.54.1 Aug 1, 2024
Copy link

sonarqubecloud bot commented Aug 1, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot

See analysis details on SonarCloud

@renovate renovate bot force-pushed the renovate/aquasec-trivy-0.x branch from e2729c9 to a997de5 Compare September 4, 2024 02:48
@renovate renovate bot changed the title chore(deps): update aquasec/trivy docker tag to v0.54.1 chore(deps): update aquasec/trivy docker tag to v0.55.0 Sep 4, 2024
@renovate renovate bot force-pushed the renovate/aquasec-trivy-0.x branch from a997de5 to 640c21f Compare September 12, 2024 23:25
@renovate renovate bot changed the title chore(deps): update aquasec/trivy docker tag to v0.55.0 chore(deps): update aquasec/trivy docker tag to v0.55.1 Sep 12, 2024
@renovate renovate bot force-pushed the renovate/aquasec-trivy-0.x branch from 640c21f to 72ff168 Compare September 18, 2024 17:58
@renovate renovate bot changed the title chore(deps): update aquasec/trivy docker tag to v0.55.1 chore(deps): update aquasec/trivy docker tag to v0.55.2 Sep 18, 2024
@renovate renovate bot force-pushed the renovate/aquasec-trivy-0.x branch from 72ff168 to b9330c8 Compare October 3, 2024 08:00
@renovate renovate bot changed the title chore(deps): update aquasec/trivy docker tag to v0.55.2 chore(deps): update aquasec/trivy docker tag to v0.56.0 Oct 3, 2024
@renovate renovate bot force-pushed the renovate/aquasec-trivy-0.x branch from b9330c8 to cb32ea6 Compare October 4, 2024 08:16
@renovate renovate bot changed the title chore(deps): update aquasec/trivy docker tag to v0.56.0 chore(deps): update aquasec/trivy docker tag to v0.56.1 Oct 4, 2024
@renovate renovate bot force-pushed the renovate/aquasec-trivy-0.x branch from cb32ea6 to 79f7b59 Compare October 13, 2024 10:55
@renovate renovate bot changed the title chore(deps): update aquasec/trivy docker tag to v0.56.1 chore(deps): update aquasec/trivy docker tag to v0.56.2 Oct 13, 2024
@renovate renovate bot force-pushed the renovate/aquasec-trivy-0.x branch from 79f7b59 to 3265120 Compare November 2, 2024 08:30
@renovate renovate bot changed the title chore(deps): update aquasec/trivy docker tag to v0.56.2 chore(deps): update aquasec/trivy docker tag to v0.57.0 Nov 2, 2024
@renovate renovate bot force-pushed the renovate/aquasec-trivy-0.x branch from 3265120 to 2c18637 Compare November 19, 2024 05:25
@renovate renovate bot changed the title chore(deps): update aquasec/trivy docker tag to v0.57.0 chore(deps): update aquasec/trivy docker tag to v0.57.1 Nov 19, 2024
@renovate renovate bot force-pushed the renovate/aquasec-trivy-0.x branch from 2c18637 to c23306c Compare December 5, 2024 02:44
Copy link

sonarqubecloud bot commented Dec 5, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot

See analysis details on SonarQube Cloud

@renovate renovate bot changed the title chore(deps): update aquasec/trivy docker tag to v0.57.1 chore(deps): update aquasec/trivy docker tag to v0.58.0 Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants