You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -218,7 +218,7 @@ make test
218
218
Make sure you have installed the [goreleaser](https://github.com/goreleaser/goreleaser) tool and then you can release gosec as follows:
219
219
220
220
```bash
221
-
git tag 1.0.0
221
+
git tag v1.0.0
222
222
export GITHUB_TOKEN=<YOUR GITHUB TOKEN>
223
223
make release
224
224
```
@@ -233,7 +233,7 @@ gosec analyzes Go source code to look for common programming mistakes that
0 commit comments