new package grant: search an SBOM for licenses and the packages they belong to OBS-URL: https://build.opensuse.org/request/show/1186803 OBS-URL: https://build.opensuse.org/package/show/security/grant?expand=0&rev=1
23 lines
769 B
Plaintext
23 lines
769 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://github.com/anchore/grant</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="revision">v0.2.1</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">
|
|
</service>
|
|
<service name="go_modules" mode="manual">
|
|
</service>
|
|
<!-- services below are running at buildtime -->
|
|
<service name="tar" mode="buildtime">
|
|
</service>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
</services>
|