forked from pool/trivy
[info=3b8b301ce3e352f21ca0c2faef2ca1bc9b104ec7]
OBS-URL: https://build.opensuse.org/package/show/devel:Factory:git-workflow:staging:dirkmueller:trivy:5/trivy?expand=0&rev=1
This commit is contained in:
parent
b405a96c4b
commit
2b9122f8ac
@ -1,4 +1,4 @@
|
||||
mtime: 1689851983
|
||||
commit: 6fda4ae520211599a57cefcb305a98c83f616b89
|
||||
mtime: 1691061996
|
||||
commit: 3b8b301ce3e352f21ca0c2faef2ca1bc9b104ec7
|
||||
url: https://src.opensuse.org/dirkmueller/trivy.git
|
||||
revision: 6fda4ae520211599a57cefcb305a98c83f616b89
|
||||
revision: 3b8b301ce3e352f21ca0c2faef2ca1bc9b104ec7
|
||||
|
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://github.com/aquasecurity/trivy</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v0.43.1</param>
|
||||
<param name="revision">v0.44.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/aquasecurity/trivy</param>
|
||||
<param name="changesrevision">5d76abadc92f7a3d85da6769dd794d7ece8941cf</param></service></servicedata>
|
||||
<param name="changesrevision">d19c7d9f292759848aa77109357b405a64716c78</param></service></servicedata>
|
BIN
trivy-0.43.1.tar.zst
(Stored with Git LFS)
BIN
trivy-0.43.1.tar.zst
(Stored with Git LFS)
Binary file not shown.
BIN
trivy-0.44.0.tar.zst
(Stored with Git LFS)
Normal file
BIN
trivy-0.44.0.tar.zst
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 03 11:21:12 UTC 2023 - dmueller@suse.com
|
||||
|
||||
- Update to version 0.44.0:
|
||||
* feat(repo): support local repositories (#4890)
|
||||
* bump go-dep-parser (#4893)
|
||||
* fix(misconf): add missing fields to proto (#4861)
|
||||
* fix: remove trivy-db package replacement (#4877)
|
||||
* chore(test): bump the integration test timeout to 15m (#4880)
|
||||
* chore(deps): Update defsec to v0.91.0 (#4886)
|
||||
* chore: update CODEOWNERS (#4871)
|
||||
* feat(vuln): support vulnerability status (#4867)
|
||||
* feat(misconf): Support custom URLs for policy bundle (#4834)
|
||||
* refactor: replace with sortable packages (#4858)
|
||||
* docs: correct license scanning sample command (#4855)
|
||||
* fix(report): close the file (#4842)
|
||||
* feat(nodejs): add support for include-dev-deps flag for yarn (#4812)
|
||||
* feat(misconf): Add support for independently enabling libraries (#4070)
|
||||
* feat(secret): add secret config file for cache calculation (#4837)
|
||||
* Fix a link in gitlab-ci.md (#4850)
|
||||
* fix(flag): use globalstar to skip directories (#4854)
|
||||
* chore(deps): bump github.com/docker/docker from v23.0.5+incompatible to v23.0.7-0.20230714215826-f00e7af96042+incompatible (#4849)
|
||||
* fix(license): using common way for splitting licenses (#4434)
|
||||
* fix(containerd): Use img platform in exporter instead of strict host platform (#4477)
|
||||
* remove govulndb (#4783)
|
||||
* fix(java): inherit licenses from parents (#4817)
|
||||
* refactor: add allowed values for CLI flags (#4800)
|
||||
* add example regex to allow rules (#4827)
|
||||
* feat(misconf): Support custom data for rego policies for cloud (#4745)
|
||||
* docs: correcting the trivy k8s tutorial (#4815)
|
||||
* feat(cli): add --tf-exclude-downloaded-modules flag (#4810)
|
||||
* fix(sbom): cyclonedx recommendations should include fixed versions for each package (#4794)
|
||||
* feat(misconf): enable --policy flag to accept directory and files both (#4777)
|
||||
* feat(python): add license fields (#4722)
|
||||
* fix: support trivy k8s-version on k8s sub-command (#4786)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 13 08:47:12 UTC 2023 - dmueller@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: trivy
|
||||
Version: 0.43.1
|
||||
Version: 0.44.0
|
||||
Release: 0
|
||||
Summary: A Simple and Comprehensive Vulnerability Scanner for Containers
|
||||
License: Apache-2.0
|
||||
|
BIN
vendor.tar.zst
(Stored with Git LFS)
BIN
vendor.tar.zst
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user