- Update to version 2.18.1: * chore(deps): update all dependencies * Update gosec to version 2.18.1 in the action * Update cosign version to v2.2.0 * Refactor how ignored issues are tracked * Restrict the maximum depth when tracking the slice bounds * Handle empty ssa results * Handle gracefully any panic that occurs when building the SSA representation of a package * Fix typo * Handle new function when getting the call info in case is overriden * Bump golang.org/x/net from 0.16.0 to 0.17.0 (#1037) * Update to Go 1.21.3 and 1.20.10 (#1035) * Update the list of unsafe functions detected by the unsafe rule (#1033) OBS-URL: https://build.opensuse.org/request/show/1118368 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/gosec?expand=0&rev=25
23 lines
802 B
Plaintext
23 lines
802 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="filename">gosec</param>
|
|
<param name="url">https://github.com/securego/gosec.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="version">v2.18.1</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
|
|
<service name="set_version" mode="disabled"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="go_modules" mode="disabled">
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
</services>
|