Skip to content

Commit 644de40

Browse files
authored
Merge pull request #12 from datatheorem/v2-5-1-update-readme
[v2.5.1] Update README.md
2 parents f9ee293 + 5a7ad83 commit 644de40

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Defaults to 300 seconds (5 minutes).
6868
### Example with Vulnerability Blocking
6969
```yaml
7070
- name: Upload to Data Theorem with blocking if high or medium vulnerabilities are found
71-
uses: datatheorem/datatheorem-mobile-secure-action@v2.3.1
71+
uses: datatheorem/datatheorem-mobile-secure-action@v2.5.1
7272
with:
7373
UPLOAD_BINARY_PATH: "./app/build/outputs/apk/debug/app-debug.apk"
7474
DT_UPLOAD_API_KEY: ${{ secrets.DT_UPLOAD_API_KEY }}
@@ -79,7 +79,7 @@ Defaults to 300 seconds (5 minutes).
7979
### Example with Vulnerability Warnings
8080
```yaml
8181
- name: Upload to Data Theorem with warnings for high severity vulnerabilities
82-
uses: datatheorem/datatheorem-mobile-secure-action@v2.3.1
82+
uses: datatheorem/datatheorem-mobile-secure-action@v2.5.1
8383
with:
8484
UPLOAD_BINARY_PATH: "./app/build/outputs/apk/debug/app-debug.apk"
8585
DT_UPLOAD_API_KEY: ${{ secrets.DT_UPLOAD_API_KEY }}
@@ -90,7 +90,7 @@ Defaults to 300 seconds (5 minutes).
9090
### Example with Both Blocking and Warnings
9191
```yaml
9292
- name: Upload to Data Theorem with blocking on high and warnings on medium vulnerabilities
93-
uses: datatheorem/datatheorem-mobile-secure-action@v2.3.1
93+
uses: datatheorem/datatheorem-mobile-secure-action@v2.5.1
9494
with:
9595
UPLOAD_BINARY_PATH: "./app/build/outputs/apk/debug/app-debug.apk"
9696
DT_UPLOAD_API_KEY: ${{ secrets.DT_UPLOAD_API_KEY }}
@@ -123,7 +123,7 @@ jobs:
123123
- name: Build debug APK
124124
run: bash ./gradlew assembleDebug
125125
- name: Upload to Data Theorem
126-
uses: datatheorem/datatheorem-mobile-secure-action@v2.3.1
126+
uses: datatheorem/datatheorem-mobile-secure-action@v2.5.1
127127
with:
128128
UPLOAD_BINARY_PATH: "./app/build/outputs/apk/debug/app-debug.apk"
129129
DT_UPLOAD_API_KEY: ${{ secrets.DT_UPLOAD_API_KEY }}

0 commit comments

Comments
 (0)