Skip to content

Commit

Permalink
Merge pull request #10 from Ostorlab/deadly-panda-patch-1
Browse files Browse the repository at this point in the history
Add a default value for the max_wait_minutes option.
  • Loading branch information
deadly-panda authored Nov 15, 2022
2 parents 0631b24 + 0d96380 commit 842da58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,5 @@ jobs:
target: ostorlab.apk # path for target tto scan.
scan_title: title_scan_ci # type a title for your scan.
ostorlab_api_key: ${{ secrets.ostorlab_api_key }} # your secret api key.
break_on_risk_rating: HIGH # Wait for the scan results and force the action to fail if the scan risk is higher
max_wait_minutes: 30
- name: Get scan id
run: echo "Scan Created with id ${{ steps.start_scan.outputs.scan_id }} you can access the full report at https://report.ostorlab.co/scan/${{ steps.start_scan.outputs.scan_id }}/"
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ inputs:
max_wait_minutes:
description: Specifies the maximum number of minutes to wait for scan results.
required: false
default: 20
extra:
description: Extra args to be passed to Ostorlab CLI to create a scan, common case is setting test credentials.
required: false
Expand Down

0 comments on commit 842da58

Please sign in to comment.