SHA256
1
0
forked from pool/trivy
Dirk Mueller 672c04bdc6 - Update to version 0.37.0:
* fix(image): close layers ()
  * refactor: db client changed ()
  * feat(java): use trivy-java-db to get GAV ()
  * docs: add note about the limitation in Rekor ()
  * docs: aggregate targets ()
  * deps: updates wazero to 1.0.0-pre.8 ()
  * docs: add alma 9 and rocky 9 to supported os ()
  * chore(deps): bump defsec to v0.82.9 ()
  * chore: add missing target labels ()
  * docs: add java vulnerability page ()
  * feat(image): add support for Docker CIS Benchmark ()
  * feat(image): secret scanning on container image config ()
  * chore(deps): Upgrade defsec to v0.82.8 ()
  * feat(image): scan misconfigurations in image config ()
  * chore(helm): update Trivy from v0.30.4 to v0.36.1 ()
  * feat(k8s): add node info resource ()
  * perf(secret): optimize secret scanning memory usage ()
  * feat: support aliases in CLI flag, env and config ()
  * fix(k8s): migrate rbac k8s ()
  * feat(java): add implementationVendor and specificationVendor fields to detect GroupID from MANIFEST.MF ()
  * refactor: rename security-checks to scanners ()
  * chore: display the troubleshooting URL for the DB denial error ()
  * docs: yaml tabs to spaces, auto create namespace ()
  * docs: adding show-and-tell template to GH discussions ()
  * fix: Fix a temporary file leak in case of error ()
  * fix(test): sort cyclonedx components ()
  * docs: fixing spelling mistakes ()
  * ci: set paths triggering VM tests in PR ()
  * docs: typo in --skip-files ()

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/trivy?expand=0&rev=36
2023-02-01 12:11:50 +00:00

21 lines
727 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/aquasecurity/trivy</param>
<param name="scm">git</param>
<param name="revision">v0.37.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">trivy-*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">trivy</param>
</service>
<service name="go_modules" mode="disabled">
<param name="compression">zst</param>
</service>
</services>