From 8cc21291f7b88aa1a5697c4a15f4db96c4a90f17 Mon Sep 17 00:00:00 2001 From: Victo <47187547+victowang@users.noreply.github.com> Date: Fri, 4 Jun 2021 18:49:55 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index efaa5da..1d05568 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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: @@ -8,7 +8,7 @@ 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. @@ -57,4 +57,4 @@ jobs: # Optional scan configuration should_perform_pii_analysis: false should_perform_sql_injection_scan: false -``` \ No newline at end of file +```