- Update to version 0.98.0: * fix file metadata cataloger to use resolved locations (#2370) * fix: logging level for parsing potential PE files (#2367) * only remove breaking-change label when there are schema changes (#2371) * fix: capture root command stdout (#2364) * fix: hardcode xalan group ID (#2368) * Normalize cataloger configuration patterns (#2365) * normalize enums to lowercase with hyphens (#2363) * bump deps version * fix: index file itself when file scan path has symlink (#2359) * use read lock in pkg collection (#2341) * Fix the `attest` command (#2337) * fix: add manual namespace mapping for org.springframework jars (#2345) * Add binary classifiers for MySQL and MariaDB (#2316) * Enhance redis binary classifier (#2329) * fix: add manual namespace mapping for org.springframework.security jars (#2343) * fix: add manual namespace mapping for org.bouncycastle jars (#2342) * Update developer docs to represent the current package layout (#2340) * Remove the power-user command and related catalogers (#2306) * Add "pretty" json configuration and change default behavior to be space-efficient (#2275) OBS-URL: https://build.opensuse.org/request/show/1129931 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/syft?expand=0&rev=113
22 lines
746 B
Plaintext
22 lines
746 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">v0.98.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>
|