Commit 4822e1a7 authored by Girija Saint-Ange's avatar Girija Saint-Ange
Browse files

docs: fix typo in report file naming convention

parent dc4bfeef
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -143,8 +143,8 @@ Examples:
- `$CYPRESS_PROJECT_DIR/reports/cypress-*.xunit.xml` is the test execution report produced by the Cypress template, using the xUnit/JUnit format (XML)
- `$PYTHON_PROJECT_DIR/reports/py-coverage.cobertura.xml` is the coverage report produced by the Python template (`py`), using the Cobertura format (XML)
- `reports/docker-sbom-*.cyclonedx.json` is the SBOM report produced by the Docker template, using the CycloneDX format (JSON)
- `reports/docker-hadolint-*.codeclimate.json` is the Hadoling report produced by the Docker template, using the CodeClimate format (JSON)
- `reports/docker-hadolint-*.native.json` is the Hadoling report produced by the Docker template, using the Hadolint native format (JSON)<br/>:warning: `native` should be used as format name when it is the native tool's format
- `reports/docker-hadolint-*.codeclimate.json` is the Hadolint report produced by the Docker template, using the CodeClimate format (JSON)
- `reports/docker-hadolint-*.native.json` is the Hadolint report produced by the Docker template, using the Hadolint native format (JSON)<br/>:warning: `native` should be used as format name when it is the native tool's format

## Dotenv artifacts