-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ivan Milchev <[email protected]>
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,6 +57,16 @@ Many files (documentation, manifests, ...) are auto-generated. Before proposing | |
2. Run `make generate` and `make test`. | ||
3. Commit the generated changes. | ||
|
||
### Running the integration tests locally | ||
To run the integration tests locally copy the `.env.example` file: | ||
```bash | ||
cp .env.example .env | ||
``` | ||
Go to the Mondoo platform and create an API token for an organization of choice. Add the API token to the `.env` file. Double-check that the API is set to the correct environment, then run: | ||
```bash | ||
make test/integration | ||
``` | ||
|
||
## Security | ||
|
||
If you find a security vulnerability related to the Mondoo Operator, please do not report it by opening a GitHub issue. Instead, send an e-mail to [[email protected]](mailto:[email protected]) | ||
|