syft/_service
Andrea Manzini 707641927f Accepting request 1154058 from home:amanzini:branches:devel:kubic
- Update to version 1.0.0:
  * fix: match OpenSSL letter releases (#2682)
  * Mark duplicated rows in table output (#2679)
  * fix: trim path from deps.json in portable way (#2674)
  * chore(deps): update tools to latest versions (#2680)
  * enforce breaking change bump major version (#2635)
  * docs: fix incorrect flag name in readme (#2677)
  * Consider filesystem types for mount points when ignoring system paths (#2675)
  * fix: stop emitting bus events on go mod events (#2673)
  * chore(deps): bump peter-evans/create-pull-request from 6.0.0 to 6.0.1 (#2676)
  * feat: add `--from` flag, refactor source providers (#2610)

OBS-URL: https://build.opensuse.org/request/show/1154058
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/syft?expand=0&rev=133
2024-03-03 16:45:41 +00:00

22 lines
745 B
Plaintext

<services>
<service name="obs_scm" mode="manual">
<param name="url">https://github.com/anchore/syft</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="revision">v1.0.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
<service name="set_version" mode="manual">
<param name="basename">syft</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="go_modules" mode="manual">
</service>
</services>