Skip to content

Commit 832a329

Browse files
committed
feat: CodeQL status badge in README
Added a status badge for the CodeQL GitHub action to the README. Gives a quick glance into any issues and makes me happy when it is green. Signed-off-by: hashcatHitman <155700084+hashcatHitman@users.noreply.github.com>
1 parent dc53579 commit 832a329

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SPDX-License-Identifier: Apache-2.0 OR MIT
66

77
# Rust Project Template
88

9-
[![unsafe forbidden]][safety dance] [![dependency badge]][deps.rs] [![CI status]][CI workflow]
9+
[![unsafe forbidden]][safety dance] [![dependency badge]][deps.rs] [![CI status]][CI workflow] [![CodeQL]][CodeQL workflow]
1010

1111
---
1212

@@ -82,6 +82,9 @@ it will exist.)
8282
[CI status]: https://github.com/hashcatHitman/rust_project_template/actions/workflows/ci.yml/badge.svg
8383
[CI workflow]: https://github.com/hashcatHitman/rust_project_template/actions/workflows/ci.yml
8484

85+
[CodeQL]: https://github.com/hashcatHitman/rust_project_template/actions/workflows/github-code-scanning/codeql/badge.svg
86+
[CodeQL workflow]: https://github.com/hashcatHitman/rust_project_template/actions/workflows/github-code-scanning/codeql
87+
8588
[recommended Rust installation method]: https://www.rust-lang.org/tools/install
8689

8790
[Git documentation]: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git

0 commit comments

Comments
 (0)