Skip to content

Commit

Permalink
ScanSuite example
Browse files Browse the repository at this point in the history
  • Loading branch information
yogesh-gogia1 committed Jul 22, 2024
1 parent 7b3815d commit cbd5312
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
step_name: 'init and run'
client_scan_token: ${{ secrets.CLIENT_SCAN_TOKEN_DEMO }}
cli_version: '1.10.2'
cli_version: 'latest'
scan_suite: 'github-actions-test-suite'
traceable_server: ${{ secrets.TRACEABLE_SERVER_DEMO }}
- name: Stop Scan
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ jobs:
echo $i
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.
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. 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 cbd5312

Please sign in to comment.