Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
yogesh-gogia1 committed Jul 22, 2024
1 parent cbd5312 commit 32f0806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
done
```
2. As you can see in the above workflow, we have initiated the scan with initiate scan action step which takes client_scan_token, traffic_env, and traceable_server as input. You can configure other parameters as well as mentioned in the documentation.
3. Alternatively you can create a scan-suite on the Traceable.AI Platform and configure aseets, attacks, evaluation criteria etc on the platform itself. You can spawn a scan from the suite configuration by specifiying the `scan_suite` parameter with value as suite name.
3. Alternatively you can create a scan-suite on the Traceable.AI Platform and configure assets, attacks, evaluation criteria etc. on the platform itself. You can spawn a scan from the suite configuration by specifying just the `scan_suite` parameter with value as suite name.
3. In the next step we are executing functional tests and then running the scan in the step after that which take client_scan_token,traffic_env, and cli_version as input.


Expand Down

0 comments on commit 32f0806

Please sign in to comment.