Skip to content

v2.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 May 08:02
· 545 commits to master since this release

Changelog

ee3146e Rule which detects aliasing of values in RangeStmt
8662624 Update the build badge to ge the status from GitHub workflow
a5db4e1 Run mod tidy to clean up the dependencies
fb44007 Enhance the hardcoded credentials rule to check the equality and non-equality of strings
a2a40de Update the README with an example to configure the hard-coded credentials rule
802292c Fix the configuration parsing for hardcoded credentials
c58f356 Set the default color on only for text format
1a113d6 Turn the color always on when the text format is set
c4417de Use the latest color package to get the color working with tmux
656691b feature(formatter/text): Add color option on text format (#460)
51e4317 Automate the release process using a GitHub workflow
341059e Update the GitHub action name to be more desriptive
3b6c3f1 Update README with some instruction how to run gosec as a GitHub action
08202fe Add a GitHub action to run gosec
c6e10af Handle properly the gosec module version v2
e946c8c Update all dependencies
e030aa4 Remove the go 1.14 version from github action
ee176ff Fix the job names in the Github workflow
cabccc7 Add to GitHub workflow some jobs for go1.13 and go1.12
a111777 Change the GitHub workflow to use only the latest Go version
722acb6 Change the GitHub workflow to run the builds only on ubuntu-latest platform
5284f34 Change the GitHub workflow to use an action which install Go using a Go version from the matrix
8de5fb6 Migrate the build to GitHub Actions
7da9f46 Fix the call list info to handle selector expressions
cf25904 Fix the subproc rule to handle correctly the CommandContext check
f97f861 Update the subproc rule to detect the syscall.ForkExec and syscall.StartProces calls
c998389 re-generate install.sh with latest godownloader (#446)
7525fe4 Rule for defering methods which return errors (#441)
a2ac0bf Update all dependencies (#445)
a305f10 Fileperms (#442)
00363ed remove support for go 1.11 (#444)
d13bb6d Update all dependencies