Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# MCVS-golang-action
# MCVS Golang Action

[![GitHub release](https://img.shields.io/github/v/release/schubergphilis/mcvs-golang-action)](https://github.com/schubergphilis/mcvs-golang-action/releases)
[![License](https://img.shields.io/github/license/schubergphilis/mcvs-golang-action)](LICENSE)

<img src="./assets/logos/mcvs-golang-action.png" width="250"></a>

The Mission Critical Vulnerability Scanner (MCVS) Golang Action repository is a
collection of standardized tools to ensure a certain level of quality of a
Expand Down Expand Up @@ -69,12 +74,12 @@ to do this.

The following variables can be overridden:

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

## Usage

Expand Down
Binary file added assets/logos/mcvs-golang-action.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading