Skip to content

Commit f637a7b

Browse files
committed
docs: logo and badges
1 parent fb72bcf commit f637a7b

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# MCVS-golang-action
22

3+
[![GitHub release](https://img.shields.io/github/v/release/schubergphilis/mcvs-golang-action)](https://github.com/schubergphilis/mcvs-golang-action/releases)
4+
[![License](https://img.shields.io/github/license/schubergphilis/mcvs-golang-action)](LICENSE)
5+
6+
<img src="./assets/logo.png" width="300"></a>
7+
38
The Mission Critical Vulnerability Scanner (MCVS) Golang Action repository is a
49
collection of standardized tools to ensure a certain level of quality of a
510
project with Go code.
@@ -69,12 +74,12 @@ to do this.
6974

7075
The following variables can be overridden:
7176

72-
| Variable | Description |
73-
| :-------------------------- | :------------------------------------------------------------------------------------------------------- |
74-
| `CODE_COVERAGE_STRICT` | Enables or disables strict enforcement of setting the minimum coverage to the maximum observed coverage. |
75-
| `GOLANGCI_LINT_CONFIG_PATH` | Defines the path to the golangci-lint configuration file. |
77+
| Variable | Description |
78+
| :-------------------------- | :------------------------------------------------------------------------------------------------------------------- |
79+
| `CODE_COVERAGE_STRICT` | Enables or disables strict enforcement of setting the minimum coverage to the maximum observed coverage. |
80+
| `GOLANGCI_LINT_CONFIG_PATH` | Defines the path to the golangci-lint configuration file. |
7681
| `GOTESTSUM_ENABLED` | Enables or disables running the tests via [gotestsum](https://github.com/gotestyourself/gotestsum). Default: `true`. |
77-
| `GOTESTSUM_FORMAT` | The gotestsum [output format](https://github.com/gotestyourself/gotestsum#output-format). Default: `testname`. |
82+
| `GOTESTSUM_FORMAT` | The gotestsum [output format](https://github.com/gotestyourself/gotestsum#output-format). Default: `testname`. |
7883

7984
## Usage
8085

assets/logo.png

935 KB
Loading

0 commit comments

Comments
 (0)