We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e0091 commit a9e9ab8Copy full SHA for a9e9ab8
README.md
@@ -1,4 +1,4 @@
1
-# Ketryx Test Results Reporter
+# Ketryx Build API Utility
2
3
A Python utility for uploading and reporting test results and Software Bill of Materials (SBOM) to the Ketryx platform.
4
@@ -20,8 +20,8 @@ A Python utility for uploading and reporting test results and Software Bill of M
20
21
1. Clone this repository:
22
```bash
23
- git clone [repository-url]
24
- cd [repository-name]
+ git clone [email protected]:Ketryx/build-api-reporter.git
+ cd build-api-reporter
25
```
26
27
2. Create and activate a virtual environment:
0 commit comments