Skip to content

Commit

Permalink
Update soos-sca-dast-scan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SOOS-FAngelino authored Jul 15, 2024
1 parent 1472e76 commit be20b11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/soos-sca-dast-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
project_name: "SCA+DAST+SAST Github Actions Test"
client_id: ${{ secrets.QA_SOOS_CLIENT_ID }}
api_key: ${{ secrets.QA_SOOS_API_KEY }}
#api_url: "https://qa-api.soos.io/api/"
api_url: "https://qa-api.soos.io/api/"
#branch_name: "new-branch"
soos:
permissions:
Expand All @@ -53,7 +53,7 @@ jobs:
with:
client_id: ${{ secrets.QA_SOOS_CLIENT_ID }}
api_key: ${{ secrets.QA_SOOS_API_KEY }}
#api_url: "https://qa-api.soos.io/api/"
api_url: "https://qa-api.soos.io/api/"
project_name: "SCA+DAST+SAST Github Actions Test"
scan_mode: "baseline"
target_url: "https://brokencrystals.com/"
Expand All @@ -73,7 +73,7 @@ jobs:
with:
client_id: ${{ secrets.QA_SOOS_CLIENT_ID }}
api_key: ${{ secrets.QA_SOOS_API_KEY }}
#api_url: "https://qa-api.soos.io/api/"
api_url: "https://qa-api.soos.io/api/"
project_name: "SCA+DAST+SAST Github Actions Test"
#directories_to_exclude: "sarif/**"
#files_to_exclude: "image_resizer_semgrep_output.sarif.json, sastNoIssues_semgrep_output.sarif.json"
Expand Down

0 comments on commit be20b11

Please sign in to comment.