-
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.
Merge pull request #8 from soos-io/feature/PA-5101
PA-5101 Sarif changes
- Loading branch information
Showing
3 changed files
with
11 additions
and
21 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
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 }} | ||
|
@@ -61,8 +61,7 @@ The `soos-io/soos-dast-github-action` Action has properties which are passed to | |
| build_version | [none] | Version of application build artifacts | | ||
| build_uri | [none] | URI to CI build info | | ||
| operating_environment | [none] | System info regarding operating system, etc. | | ||
| sarif | false | Enable Uploading the SARIF Report to GitHub. | | ||
| gpat | [none] | GitHub Personal Access Token. Required to upload SARIF Report | ||
| output_format | [none] | Output in which the vulnerability report will be generated, only sarif is supported at the moment | | ||
| zap_options | [none] | ZAP Additional Options. | ||
| request_header | [none] | Set extra header requests. | ||
| request_cookies | [none] | Set Cookie values for the requests to the target URL. | ||
|
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