Skip to content

Commit

Permalink
Updated instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mluizinkTS committed Apr 9, 2024
1 parent 67c615c commit 897202d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Transmit Security Webinar - March 26th, 2024
# Transmit Security

This repository contains three branches:
- **main**: shows a full Detection and Response integration. This is the solution of the webinar, where the Detection and Response Service is integrated to prevent a session from being used when a risk is detected.
- **adding-drs-starter** is the starting point of the webinar, a base code to learn how to implement the Transmit Security's Detection and Response Service in a project
- **adding-detection-solution** is the first solution of the webinar, where the Detection and Response Service is integrated in silent (monitoring) mode.
- **main**: shows a full Detection and Response integration. This is the solution, where the Detection and Response Service is integrated to prevent a session from being used when a risk is detected.
- **adding-drs-starter** is the starting point, a base code to learn how to implement the Transmit Security's Detection and Response Service in a project
- **adding-detection-solution** is the first solution, where the Detection and Response Service is integrated in silent (monitoring) mode.

## Prerequistes

Expand All @@ -19,7 +19,7 @@ With VScode, we also recommend the plugin [Vue Official](https://marketplace.vis
Clone this repository, make sure to select the branch `adding-drs-starter`

```bash
git clone -b adding-drs-starter https://github.com/TransmitSecurity/Mar26Workshop.git
git clone -b adding-drs-starter https://github.com/TransmitSecurity/Training-DRS.git
```

Install the project dependencies.
Expand All @@ -35,7 +35,7 @@ Start the demo
npm run dev
```

Follow the webinar !
Follow the training !
You also have the documentation in [./docs/add-detection-and-response.md](./docs/add-detection-and-response.md).


Expand Down

0 comments on commit 897202d

Please sign in to comment.