Accepting request 893510 from devel:kubic
- Update to version 0.17.2: * Upgrade fanal dependency (#976) * docs: mention upx binaries (#974) * Upgrade alpine to fix git and libcurl vulnerabilities in trivy docker image scan (#971) * fix(fs): skip dirs (#969) * chore(ci): replace GITHUB_TOKEN with ORG_GITHUB_TOKEN (#965) * chore(ci): clone trivy-repo after releasing binaries (#963) * docs: add golang support (#962) * fix(table): skip zero vulnerabilities on java (#961) * chore(ci): create a release discussion (#959) * feat(go): support binary scan (#948) * feat(java): support GitLab Advisory Database (#917) * feat: show help message when the context's deadline passes (#955) * chore(mkdocs): replace github token (#954) * Update SARIF report template (#935) * Update install docs to make commands consistent (#933) * Docker multi-platform image build with `buildx`, using Goreleaser (#915) * Fix JUnit template for AWS CodeBuild compatibility (#904) * break(cli): use StringSliceFlag for skip-dirs/files (#916) * docs: add white logo (#914) * add package name in ruleID (#913) * feat: gh-action for stale issues (#908) * chore(triage): add lifecycle/active label (#909) * feat: publish helm repository (#888) * Fix Documentation Typo (#901) * docs: migrate README to MkDocs (#884) * refactor(internal): export internal packages (#887) * feat: support plugins (#878) * chore(ci): deploy dev docs only for the main branch (#882) * add MkDocs implementation (#870) OBS-URL: https://build.opensuse.org/request/show/893510 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trivy?expand=0&rev=7
This commit is contained in:
parent
a898cf4e04
commit
a448c62176
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.15.0</param>
|
||||
<param name="revision">v0.17.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">08ca1b00b729b2a83c0e9f2f6e8d1a9f0110c455</param></service></servicedata>
|
||||
<param name="changesrevision">415e1d8ea3832b3f1807884b7c969b4d030d8098</param></service></servicedata>
|
BIN
trivy-0.15.0.tar.gz
(Stored with Git LFS)
BIN
trivy-0.15.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
trivy-0.17.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
trivy-0.17.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,75 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 03 10:04:22 UTC 2021 - dmueller@suse.com
|
||||
|
||||
- Update to version 0.17.2:
|
||||
* Upgrade fanal dependency (#976)
|
||||
* docs: mention upx binaries (#974)
|
||||
* Upgrade alpine to fix git and libcurl vulnerabilities in trivy docker image scan (#971)
|
||||
* fix(fs): skip dirs (#969)
|
||||
* chore(ci): replace GITHUB_TOKEN with ORG_GITHUB_TOKEN (#965)
|
||||
* chore(ci): clone trivy-repo after releasing binaries (#963)
|
||||
* docs: add golang support (#962)
|
||||
* fix(table): skip zero vulnerabilities on java (#961)
|
||||
* chore(ci): create a release discussion (#959)
|
||||
* feat(go): support binary scan (#948)
|
||||
* feat(java): support GitLab Advisory Database (#917)
|
||||
* feat: show help message when the context's deadline passes (#955)
|
||||
* chore(mkdocs): replace github token (#954)
|
||||
* Update SARIF report template (#935)
|
||||
* Update install docs to make commands consistent (#933)
|
||||
* Docker multi-platform image build with `buildx`, using Goreleaser (#915)
|
||||
* Fix JUnit template for AWS CodeBuild compatibility (#904)
|
||||
* break(cli): use StringSliceFlag for skip-dirs/files (#916)
|
||||
* docs: add white logo (#914)
|
||||
* add package name in ruleID (#913)
|
||||
* feat: gh-action for stale issues (#908)
|
||||
* chore(triage): add lifecycle/active label (#909)
|
||||
* feat: publish helm repository (#888)
|
||||
* Fix Documentation Typo (#901)
|
||||
* docs: migrate README to MkDocs (#884)
|
||||
* refactor(internal): export internal packages (#887)
|
||||
* feat: support plugins (#878)
|
||||
* chore(ci): deploy dev docs only for the main branch (#882)
|
||||
* add MkDocs implementation (#870)
|
||||
* docs(README): update ubuntu versions (#877)
|
||||
* support Ubuntu 20.10 (#876)
|
||||
* feat(cache): introduce versioned cache (#865)
|
||||
* chore: bump up Go to 1.16 (#861)
|
||||
* fix: allow the latest tag (#864)
|
||||
* feat: disable analyzers (#846)
|
||||
* chore(ci): push the official image to public ECR (#855)
|
||||
* chore(ci): migrate CircleCI to GitHub Actions (#850)
|
||||
* adds example with multistage build (#853)
|
||||
* remove SARIF helpUri if empty (#841) (#845)
|
||||
* Add Sprig to Template Engine (#832)
|
||||
* Fix "GitLab CI using Trivy container" usage example (fixes #843) (#844)
|
||||
* feat(java): support jar/war/ear (#837)
|
||||
* fix(app): increase the default value of timeout (#842)
|
||||
* Update README.md (#838)
|
||||
* Fix compatibility for Jenkins xunit plugin (#820)
|
||||
* README: add Gitlab job that uses a container with trivy (#823)
|
||||
* feat: support Podman (#825)
|
||||
* fix(eol): update EOL dates (#824)
|
||||
* fix(python): follow PEP 440 (#816)
|
||||
* Support alpine 3.13 (#819)
|
||||
* Changed the output string to "Using your github token". (#814)
|
||||
* Align comment with code (#812)
|
||||
* Parse redis backend url (#804)
|
||||
* Update README.md (#810)
|
||||
* Added nodeSelector, affinity and tolerations to helm chart (#803)
|
||||
* Fix readme typo in policy flag (#805)
|
||||
* Fix errors in SARIF format (#801)
|
||||
* Fix env variable for github token (#796)
|
||||
* fix(vulnerability): set unknown severity for empty values (#793)
|
||||
* Remove global flags from filesystem command (#772)
|
||||
* Add imagePullSecrets to helm Chart (#789)
|
||||
* Add redis cache backend configuration options (#784)
|
||||
* Update README.md (#735)
|
||||
* feat(redhat): support modular packages (#790)
|
||||
* Fix formatting of log message (#785)
|
||||
* chore(ci): migrate unit tests to GitHub Actions (#779)
|
||||
* shifted: brews.github to brews.tap (#780)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 08 13:31:54 UTC 2021 - rbrown@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
%global goipath github.com/aquasecurity/trivy
|
||||
Name: trivy
|
||||
Version: 0.15.0
|
||||
Version: 0.17.2
|
||||
Release: 0
|
||||
Summary: A Simple and Comprehensive Vulnerability Scanner for Containers
|
||||
License: Apache-2.0
|
||||
@ -28,7 +28,7 @@ URL: https://github.com/aquasecurity/trivy
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
BuildRequires: golang-packaging
|
||||
BuildRequires: golang(API) >= 1.15
|
||||
BuildRequires: golang(API) >= 1.16
|
||||
Requires: ca-certificates
|
||||
Requires: git-core
|
||||
Requires: rpm
|
||||
|
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