Skip to content

Commit

Permalink
Minor: Changes to generated README
Browse files Browse the repository at this point in the history
The generated README mentioned `Bandit` instead of `GoSec` on the
badge label — something that got carried over from Python

Signed-off-by: notsatan <git@notsatan.me>
  • Loading branch information
notsatan committed Jan 2, 2024
1 parent 3fdc588 commit 2233531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{ cookiecutter.project_name.strip() }}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{% if cookiecutter.use_codecov.lower() == 'y' -%}
[![Code Coverage](https://img.shields.io/codecov/c/{{ cookiecutter.go_module_path.strip('/').replace('.com', '') }}?color=blue&logo=codecov&style=for-the-badge)][github-actions-tests]
{% endif -%}
[![Security: bandit](https://img.shields.io/badge/Security-GoSec-lightgrey?style=for-the-badge&logo=springsecurity)](https://github.com/securego/gosec)
[![Security: GoSec](https://img.shields.io/badge/Security-GoSec-lightgrey?style=for-the-badge&logo=springsecurity)](https://github.com/securego/gosec)
[![Dependencies Status](https://img.shields.io/badge/Dependencies-Up%20to%20Date-brightgreen?style=for-the-badge&logo=dependabot)][dependabot-pulls]
[![Semantic Versioning](https://img.shields.io/badge/versioning-semantic-black?style=for-the-badge&logo=semver)][github-releases]
[![Pre-Commit Enabled](https://img.shields.io/badge/Pre--Commit-Enabled-blue?style=for-the-badge&logo=pre-commit)][precommit-config]
Expand Down

0 comments on commit 2233531

Please sign in to comment.