Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SOOS-FAngelino authored Jan 20, 2025
1 parent 2a11954 commit 0a59453
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,17 @@ jobs:
api_key: ${{ secrets.QA_SOOS_API_KEY }}
#scan_mode: "baseline"
#api_scan_format: "soap"
target_url: https://qa-app.soos.io/
target_url: https://brokencrystals.com/
#target_url: "https://www.dataaccess.com/webservicesserver/NumberConversion.wso"
project_name: 'DAST Github Actions'
project_name: 'dast-githubActions-27'
image_tag: beta
#project_name: ${{ github.repository }}
#request_eeaders: "invalid"
api_url: "https://qa-api.soos.io/api/"
#verbose: "true"
#debug: "false"
#other_options: "-d"
output_format: "sarif"
other_options: "-d"
output_format: "SARIF"
- name: Upload SOOS DAST SARIF Report
uses: github/codeql-action/upload-sarif@v3
with:
Expand Down

0 comments on commit 0a59453

Please sign in to comment.