-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PA-7266 Use latest stable version - fix log level (#12)
* test use alpha * level param modified * active_scan_level to level * update readme with new version * use alpha one last time before publish * back to latest
- Loading branch information
1 parent
0c1ec11
commit 5b9c656
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Run SOOS DAST Analysis | ||
uses: soos-io/[email protected].2 | ||
uses: soos-io/[email protected].3 | ||
with: | ||
client_id: ${{ secrets.SOOS_CLIENT_ID }} | ||
api_key: ${{ secrets.SOOS_API_KEY }} | ||
|
@@ -57,7 +57,7 @@ The `soos-io/soos-dast-github-action` Action has properties which are passed to | |
| context_user | [none] | Username to use for authenticated scans - must be defined in the given context file. | ||
| full_scan_minutes | [none] | The number of minutes for spider to run (required if scanmode is fullScan). | ||
| api_scan_format | [none] | Target API format: openapi, soap, or graphql. Required for scan_mode: apiscan. | ||
| active_scan_level | PASS | Minimum level to show: PASS (Default), IGNORE, INFO, WARN or FAIL. | ||
| level | INFO | Log level to show: DEBUG, INFO, WARN, ERROR, CRITICAL | ||
| branch_uri | [none] | The URI to the branch from the SCM System | | ||
| build_version | [none] | Version of application build artifacts | | ||
| build_uri | [none] | URI to CI build info | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters