Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
victowang committed Jun 5, 2021
1 parent 062af87 commit 8cc2129
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Data Theorem API Secure Github Action

Data Theorem's API Secure will scan your RESTful API for security issues,
Data Theorem's API Secure will scan your RESTful APIs for security issues,
including SQL injection and potential leaks of personally identifiable information.

More information can be found here:
https://www.datatheorem.com/products/api-secure

Enabling this integration requires a valid Data Theorem API key.

## Set your Data Theorem upload API key as a secret
## Set your Data Theorem API key as a secret
To find your Data Theorem API key, connect to https://www.securetheorem.com/mobile/sdlc/results_api_access using your Data Theorem account.
Create an encrypted variable named `DT_RESULTS_API_KEY` in your Github repository.

Expand Down Expand Up @@ -57,4 +57,4 @@ jobs:
# Optional scan configuration
should_perform_pii_analysis: false
should_perform_sql_injection_scan: false
```
```

0 comments on commit 8cc2129

Please sign in to comment.