Accepting request 1201897 from devel:languages:go
- Update to version 2.21.3: * Update gosec version to v2.21.3 in github action (#1227) * Populate the fixes only when autofix is not empty (#1226) * chore(deps): update all dependencies (#1223) * G115 Struct Attribute Checks (#1221) (forwarded request 1201848 from ph03nix) OBS-URL: https://build.opensuse.org/request/show/1201897 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gosec?expand=0&rev=17
This commit is contained in:
commit
b3feb420b6
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.2</param>
|
||||
<param name="version">v2.21.3</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">5f3194b581979e508b0ba1ee22f1f1f85a314e16</param></service></servicedata>
|
||||
<param name="changesrevision">a83689867d8e15cac0f94c1b55979c45df8f69d6</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b10defe29bea117bc3aba36079f8354ba7a299a29ec580ffc41af0f3dcb3a1f
|
||||
size 770572
|
3
gosec-2.21.3.obscpio
Normal file
3
gosec-2.21.3.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:16214750aee3054b9ce383a087bf331ae5ab69b2d84d83adb659e0bea7f60410
|
||||
size 773132
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 18:34:55 UTC 2024 - felix.niederwanger@suse.de
|
||||
|
||||
- Update to version 2.21.3:
|
||||
* Update gosec version to v2.21.3 in github action (#1227)
|
||||
* Populate the fixes only when autofix is not empty (#1226)
|
||||
* chore(deps): update all dependencies (#1223)
|
||||
* G115 Struct Attribute Checks (#1221)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 10 07:42:28 UTC 2024 - felix.niederwanger@suse.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: gosec
|
||||
version: 2.21.2
|
||||
mtime: 1725891657
|
||||
commit: 5f3194b581979e508b0ba1ee22f1f1f85a314e16
|
||||
version: 2.21.3
|
||||
mtime: 1726661447
|
||||
commit: a83689867d8e15cac0f94c1b55979c45df8f69d6
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gosec
|
||||
Version: 2.21.2
|
||||
Version: 2.21.3
|
||||
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:805a7fc0d75c03d85d7c8508c27716e67230d1ae93040d6b4e9e2d8c41bc8c34
|
||||
size 6783826
|
||||
oid sha256:672519a7143ddcdd618e3a4d25af9db33a787d44d3e4e7fabff7433ab521399b
|
||||
size 6787054
|
||||
|
Loading…
Reference in New Issue
Block a user