Accepting request 959290 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/959290 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trivy?expand=0&rev=16
This commit is contained in:
parent
f2e4016652
commit
d13d78fbdd
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.23.0</param>
|
||||
<param name="revision">v0.24.2</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">449add24af3a2ef8d1f19a32d282001cc425c7c9</param></service></servicedata>
|
||||
<param name="changesrevision">eebf9c8f58cc343b6fe8eeba2ee8296fcf40a331</param></service></servicedata>
|
BIN
trivy-0.23.0.tar.gz
(Stored with Git LFS)
BIN
trivy-0.23.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
trivy-0.24.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
trivy-0.24.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,59 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 03 13:38:37 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.24.2:
|
||||
* fix(pom): keep an order of dependencies (#1784)
|
||||
* chore: bump up Go to 1.17 (#1781)
|
||||
* chore(deps): bump actions/setup-python from 2 to 3 (#1776)
|
||||
* chore(deps): bump golangci/golangci-lint-action from 2 to 3.1.0 (#1777)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 27 17:12:56 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.24.1:
|
||||
* fix(python): correct handling pip package names with a hyphen (#1771)
|
||||
* doc(docker): fix command to run trivy with docker on linux (#1761)
|
||||
* feat(helm): Add support for custom labels (#1767)
|
||||
* chore(helm): bump chart to trivy 0.24.0 (#1762)
|
||||
* docs: remove erroneous command (#1763)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 23 16:09:07 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.24.0:
|
||||
* chore(deps): bump github.com/spf13/afero from 1.6.0 to 1.8.1 (#1708)
|
||||
* fix(option): warn list-all-pkgs only with the table format (#1755)
|
||||
* feat(option): warn "--list-all-pkgs" with "--format table" (#1632)
|
||||
* feat(report): add support for CycloneDX (#1081)
|
||||
* chore(deps): update the defsec and tfsec versions (#1747)
|
||||
* fix(scanner): fix skip of language-specific files when scanning rootf… (#1751)
|
||||
* chore(deps): bump github.com/google/wire from 0.4.0 to 0.5.0 (#1712)
|
||||
* feat(report): considering App.Writer when printing results (#1722)
|
||||
* chore(deps): replace `satori` version and skipping examples folder (#1745)
|
||||
* build: add s390x container images (#1726)
|
||||
* feat(template) Add misconfigurations to junit report (#1724)
|
||||
* chore(deps): bump github.com/twitchtv/twirp (#1709)
|
||||
* feat(client): configure TLS InsecureSkipVerify for server connection (#1287)
|
||||
* fix(rpc): Supports RPC calls for new identifier CustomResource (#1605)
|
||||
* chore(deps): bump go.uber.org/zap from 1.20.0 to 1.21.0 (#1705)
|
||||
* chore(deps): bump github.com/caarlos0/env/v6 from 6.0.0 to 6.9.1 (#1707)
|
||||
* feat(helm): Parameterise ServiceAccount annotations (#1677)
|
||||
* chore(deps): bump github.com/hashicorp/go-getter from 1.5.2 to 1.5.11 (#1710)
|
||||
* chore(deps): bump github.com/cheggaaa/pb/v3 from 3.0.3 to 3.0.8 (#1704)
|
||||
* chore(deps): bump github.com/open-policy-agent/opa from 0.36.1 to 0.37.2 (#1711)
|
||||
* chore(dependabot): enable gomod monthly (#1699)
|
||||
* fix(gitlab tpl): escape double quote (#1635)
|
||||
* build: Make `make protoc` be consistent (#1682)
|
||||
* feat(purl): add generate purl package utilities (#1574)
|
||||
* refactor: move result structs under types (#1696)
|
||||
* feat(mariner): add support for CBL-Mariner 2.0 (#1694)
|
||||
* docs(gitlab-ci): fix Script in GitLab CI Example #1688
|
||||
* chore: Upgrade helm chart version (#1683)
|
||||
* chore(mod): update Go dependencies (#1681)
|
||||
* docs: fix typos in markdown docs (#1674)
|
||||
* docs: update documentation for image scanning of tar files to use a tag present on Docker Hub (#1671)
|
||||
* fix(repo): --no-progress suppresses git output (#1669)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 01 07:14:27 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
%global goipath github.com/aquasecurity/trivy
|
||||
Name: trivy
|
||||
Version: 0.23.0
|
||||
Version: 0.24.2
|
||||
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