Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ccojocar/go-talk-security-checks
Essential security checks for your Go project
https://github.com/ccojocar/go-talk-security-checks
Last synced: about 2 months ago
JSON representation
Essential security checks for your Go project
- Host: GitHub
- URL: https://github.com/ccojocar/go-talk-security-checks
- Owner: ccojocar
- License: apache-2.0
- Created: 2023-11-19T16:07:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-19T08:37:09.000Z (about 1 year ago)
- Last Synced: 2024-10-15T23:12:04.126Z (3 months ago)
- Language: JavaScript
- Size: 7.22 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Essential security checks for your Go project
This was a talk given at GoLab 2023 in Florence, Italy.
## Prerequisites
You need first to make sue you have the `present` tool installed:
```bash
go install golang.org/x/tools/cmd/present
````## View slides
You can now start the `present` tool in the root of this repository:
```bash
present -base . -content .
```Open your web browser and visit http://127.0.0.1:3999.