Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Milchev <[email protected]>
  • Loading branch information
imilchev committed Oct 13, 2023
1 parent d50b30a commit 79ab9b1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Check failure on line 65 in README.md

View workflow job for this annotation

GitHub Actions / Run spell check

` Mondoo platform` matches a line_forbidden.patterns entry: `\sMondoo platform\b`. (forbidden-pattern)
```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])
Expand Down

0 comments on commit 79ab9b1

Please sign in to comment.