Accepting request 1088705 from devel:languages:go
- Update to version 2.16.0 * Update cosign to latest version in release Github action * chore(deps): update all dependencies * Update go version in build and release scripts * chore(deps): update all dependencies * Update Go version to 1.20.3 * chore(deps): update all dependencies * Fix for Dockerfile smell DL3059 * README: upgrade GitHub action in examples * enable ginkgolinter linter * chore(deps): update all dependencies * correct gci linter * remove deprecated linters * increase timeout to 5m * chore(deps): update all dependencies * Use the latest version * Fix some linting warnings * Fix lint warning * Bump the go versions and golanci * chore(deps): update all dependencies * Check nil pointer when variable is declared in a different file * fix dead link to issue.go in README.md * Remove rule G307 which checks when an error is not handled when a file or socket connection is closed * Fix rule index reference into sarif report * Bump golang.org/x/net from 0.6.0 to 0.7.0 * Format file * Use the gosec issue in the go analysers * Fix file formatting * Update Go version in CI builds * Fix method name in the comment * Extract the issue in its own package * Add support for Go analysis framework and SSA code representation * chore(deps): update all dependencies * Remove the version form ci github action * Pin github action to latest release version 2.15.0 * Revert the image tag in github action until a working solution is found * Fix version interpolation in github action image * Add gosec version as an input parameter to GitHub action * Update release build script (forwarded request 1088575 from ph03nix) OBS-URL: https://build.opensuse.org/request/show/1088705 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gosec?expand=0&rev=9
This commit is contained in:
commit
a641f4c7d1
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<param name="filename">gosec</param>
|
<param name="filename">gosec</param>
|
||||||
<param name="url">https://github.com/securego/gosec.git</param>
|
<param name="url">https://github.com/securego/gosec.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="version">v2.15.0</param>
|
<param name="version">v2.16.0</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9f4790b7f18cb9e398f44c2547205ef5ab6e47c6a2a2a16f17041fb4d6262cd7
|
|
||||||
size 588812
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e15e09eedb8b0bb65044c3e494a2f3c110b25c560886f3dacff1b0a38f2eb969
|
|
||||||
size 114824
|
|
3
gosec-2.16.0.obscpio
Normal file
3
gosec-2.16.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:55c56bcb85cb54db5ca124b7c5797aa2a3cb9b750eeb137186baf97f242e72d1
|
||||||
|
size 598540
|
@ -1,3 +1,47 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 23 09:10:04 UTC 2023 - Felix Niederwanger <felix.niederwanger@suse.com>
|
||||||
|
|
||||||
|
- Update to version 2.16.0
|
||||||
|
|
||||||
|
* Update cosign to latest version in release Github action
|
||||||
|
* chore(deps): update all dependencies
|
||||||
|
* Update go version in build and release scripts
|
||||||
|
* chore(deps): update all dependencies
|
||||||
|
* Update Go version to 1.20.3
|
||||||
|
* chore(deps): update all dependencies
|
||||||
|
* Fix for Dockerfile smell DL3059
|
||||||
|
* README: upgrade GitHub action in examples
|
||||||
|
* enable ginkgolinter linter
|
||||||
|
* chore(deps): update all dependencies
|
||||||
|
* correct gci linter
|
||||||
|
* remove deprecated linters
|
||||||
|
* increase timeout to 5m
|
||||||
|
* chore(deps): update all dependencies
|
||||||
|
* Use the latest version
|
||||||
|
* Fix some linting warnings
|
||||||
|
* Fix lint warning
|
||||||
|
* Bump the go versions and golanci
|
||||||
|
* chore(deps): update all dependencies
|
||||||
|
* Check nil pointer when variable is declared in a different file
|
||||||
|
* fix dead link to issue.go in README.md
|
||||||
|
* Remove rule G307 which checks when an error is not handled when a file or socket connection is closed
|
||||||
|
* Fix rule index reference into sarif report
|
||||||
|
* Bump golang.org/x/net from 0.6.0 to 0.7.0
|
||||||
|
* Format file
|
||||||
|
* Use the gosec issue in the go analysers
|
||||||
|
* Fix file formatting
|
||||||
|
* Update Go version in CI builds
|
||||||
|
* Fix method name in the comment
|
||||||
|
* Extract the issue in its own package
|
||||||
|
* Add support for Go analysis framework and SSA code representation
|
||||||
|
* chore(deps): update all dependencies
|
||||||
|
* Remove the version form ci github action
|
||||||
|
* Pin github action to latest release version 2.15.0
|
||||||
|
* Revert the image tag in github action until a working solution is found
|
||||||
|
* Fix version interpolation in github action image
|
||||||
|
* Add gosec version as an input parameter to GitHub action
|
||||||
|
* Update release build script
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 6 15:09:19 UTC 2023 - Felix Niederwanger <felix.niederwanger@suse.com>
|
Mon Feb 6 15:09:19 UTC 2023 - Felix Niederwanger <felix.niederwanger@suse.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: gosec
|
name: gosec
|
||||||
version: 2.15.0
|
version: 2.16.0
|
||||||
mtime: 1675690765
|
mtime: 1684331905
|
||||||
commit: 2d6b0a5b0f61dd6eb5e34b8b2d38c267fa06ae62
|
commit: 87cc45e1cd903e2038e868eaf026cbc5d1dd1a26
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gosec
|
Name: gosec
|
||||||
Version: 2.15.0
|
Version: 2.16.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Golang security checker
|
Summary: Golang security checker
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:1a2b9a07ad2b9a7d2df2d14ea14befea2458024f98829dc7e2006c11df812ba4
|
oid sha256:e654f90e9f68b6ae57ee36f0dcdc0a914feaa1b2245ba3e3aec05eea5b65e436
|
||||||
size 3947493
|
size 4075305
|
||||||
|
Loading…
Reference in New Issue
Block a user