forked from pool/trivy
Accepting request 950418 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/950418 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trivy?expand=0&rev=15
This commit is contained in:
parent
b0b1cfc9b8
commit
f2e4016652
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.22.0</param>
|
||||
<param name="revision">v0.23.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">42f795fa34c1d0e0700a941c4771987fd6229b55</param></service></servicedata>
|
||||
<param name="changesrevision">449add24af3a2ef8d1f19a32d282001cc425c7c9</param></service></servicedata>
|
BIN
trivy-0.22.0.tar.gz
(Stored with Git LFS)
BIN
trivy-0.22.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
trivy-0.23.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
trivy-0.23.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 01 07:14:27 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.23.0:
|
||||
* docs: add ACR navigator (#1651)
|
||||
* fix: update example Rego files and docs (#1628)
|
||||
* feat(option): show a link to GitHub Discussions for --light deprecation (#1650)
|
||||
* fix(sarif): fix the warning message (#1647)
|
||||
* refactor: migrate to prefixed buckets (#1644)
|
||||
* feat(mariner): add support for CBL-Mariner (#1640)
|
||||
* docs: commercial use available (#1641)
|
||||
* feat: support azure acr (#1611)
|
||||
* feat(os-pkg): add data sources (#1636)
|
||||
* feat(redhat): support build info in RHEL (#807)
|
||||
* fix: change links in pull_request_template to static URLs (#1634)
|
||||
* feat(lang-pkg): add data sources (#1625)
|
||||
* feat(detector): support custom detector (#1615)
|
||||
* docs(contribution): change role who should resolve comments (#1618)
|
||||
* docs: add PR template (#1602)
|
||||
* feat(rocky): support Rocky Linux (#1570)
|
||||
* Add the ability to set dockerhub credentials in the helm chart (#1569)
|
||||
* feat(cache): redis TLS support (#1297)
|
||||
* feat(java): add support for PAR files (#1599)
|
||||
* refactor(rust): move rust-advisory-db to OSV (#1591)
|
||||
* feat: log ignored vulnerabilities on debug (#1378)
|
||||
* chore(mod): hcl2json deps update (#1585)
|
||||
* fix(rpm): do not ignore installed files via third-party rpm (#1594)
|
||||
* feat(fs): allow scanning a single file (#1578)
|
||||
* refactor(python): drop Safety DB (#1580)
|
||||
* feat: added insecure tls skip to scan git repo (#1528)
|
||||
* Supress git clone output (#1590)
|
||||
* fix(alma): skip modular package because MODULARITYLABEL is not set (#1588)
|
||||
* feat(photon os): added EOL dates check (#1587)
|
||||
* docs: update supported os (#1586)
|
||||
* BREAKING: remove root command (#1579)
|
||||
* docs: add Rust to Language-specific Packages Table (#1577)
|
||||
* docs: update int doc for gitlab ci (#1575)
|
||||
* BREAKING: migrate the sarif template to Go code (#1437)
|
||||
* refactor: remove unused field (#1567)
|
||||
* chore(deps): bump helm/chart-testing-action from 2.1.0 to 2.2.0 (#1554)
|
||||
* docs: gitlab integration (#1381)
|
||||
* feat(alma): support AlmaLinux (#1238)
|
||||
* docs: added note about default template path when Trivy installed using rpm (#1551)
|
||||
* BREAKING: Trivy DB from GHCR (#1539)
|
||||
* feat(cli): Do not set default commands when a plugin is being run (#1549)
|
||||
* fix: add fingerprint field to codequality template (#1541)
|
||||
* fix(image): correct handling of uncompressed layers (#1544)
|
||||
* chore: helm chart app version 0.22.0 (#1535)
|
||||
* test(integration): use fixtures (#1532)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 28 09:50:49 UTC 2021 - dmueller@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
%global goipath github.com/aquasecurity/trivy
|
||||
Name: trivy
|
||||
Version: 0.22.0
|
||||
Version: 0.23.0
|
||||
Release: 0
|
||||
Summary: A Simple and Comprehensive Vulnerability Scanner for Containers
|
||||
License: Apache-2.0
|
||||
|
BIN
vendor.tar.gz
(Stored with Git LFS)
BIN
vendor.tar.gz
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user