Accepting request 1203918 from devel:languages:go
- Update to version 2.21.4: * Update the gosec to v2.21.4 in the Github action * Add the version into goreleaser config * chore(deps): update module google.golang.org/api to v0.198.0 (#1233) * Prevent panic: unexpected constant value: <nil> (#1232) * Fix running single analyzer which isn't a rule bug (#1231) (forwarded request 1203912 from ph03nix) OBS-URL: https://build.opensuse.org/request/show/1203918 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gosec?expand=0&rev=18
This commit is contained in:
commit
dc21dfc717
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="filename">gosec</param>
|
||||
<param name="url">https://github.com/securego/gosec.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="version">v2.21.3</param>
|
||||
<param name="version">v2.21.4</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/securego/gosec.git</param>
|
||||
<param name="changesrevision">a83689867d8e15cac0f94c1b55979c45df8f69d6</param></service></servicedata>
|
||||
<param name="changesrevision">c0ba7c7a74f811c56b33b5905b0524e34acbbf0f</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:16214750aee3054b9ce383a087bf331ae5ab69b2d84d83adb659e0bea7f60410
|
||||
size 773132
|
3
gosec-2.21.4.obscpio
Normal file
3
gosec-2.21.4.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b2882711040a6706f3fa1190019b4f12c182e1fd6d5a234d56be3d8174eca5d5
|
||||
size 773644
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 14:11:23 UTC 2024 - felix.niederwanger@suse.de
|
||||
|
||||
- Update to version 2.21.4:
|
||||
* Update the gosec to v2.21.4 in the Github action
|
||||
* Add the version into goreleaser config
|
||||
* chore(deps): update module google.golang.org/api to v0.198.0 (#1233)
|
||||
* Prevent panic: unexpected constant value: <nil> (#1232)
|
||||
* Fix running single analyzer which isn't a rule bug (#1231)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 18:34:55 UTC 2024 - felix.niederwanger@suse.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: gosec
|
||||
version: 2.21.3
|
||||
mtime: 1726661447
|
||||
commit: a83689867d8e15cac0f94c1b55979c45df8f69d6
|
||||
version: 2.21.4
|
||||
mtime: 1727353449
|
||||
commit: c0ba7c7a74f811c56b33b5905b0524e34acbbf0f
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gosec
|
||||
Version: 2.21.3
|
||||
Version: 2.21.4
|
||||
Release: 0
|
||||
Summary: CLI tool to scan the Go AST and SSA code representations for security problems
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:672519a7143ddcdd618e3a4d25af9db33a787d44d3e4e7fabff7433ab521399b
|
||||
size 6787054
|
||||
oid sha256:8d4d8aee97380fb0615943f6dc36afafcb4ddad5038f1acba38379e4612e25eb
|
||||
size 6787283
|
||||
|
Loading…
Reference in New Issue
Block a user