Skip to content

Commit

Permalink
test1
Browse files Browse the repository at this point in the history
  • Loading branch information
SOOS-FAngelino authored Feb 7, 2025
1 parent 5bbd9f1 commit cdd0727
Showing 1 changed file with 1 addition and 33 deletions.
34 changes: 1 addition & 33 deletions .github/workflows/soos-sca-dast-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,41 +36,9 @@ jobs:
- name: Run SOOS - Scan for vulnerabilities
uses: soos-io/soos-sca-github-action@v2 # Get Latest Version from https://github.com/marketplace/actions/soos-core-sca
with:
project_name: "SCA+DAST+SAST Github Actions Test"
project_name: "SCA-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/"
#directories_to_exclude: 'image-resizer/**'
#branch_name: "integration"
soos:
name: SOOS DAST Analysis
runs-on: ubuntu-latest
steps:
- name: Run SOOS DAST Analysis
uses: soos-io/soos-dast-github-action@v2
with:
client_id: ${{ secrets.QA_SOOS_CLIENT_ID }}
api_key: ${{ secrets.QA_SOOS_API_KEY }}
api_url: "https://qa-api.soos.io/api/"
project_name: "SCA+DAST+SAST Github Actions Test"
scan_mode: "baseline"
target_url: "https://brokencrystals.com/"
#branch_name: "integration"

soos_sast_analysis_example:
name: SOOS SAST Analysis Example
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run SOOS SAST Analysis
uses: soos-io/soos-sast-github-action@v1 # GET Latest Version from https://github.com/marketplace/actions/soos-sast
with:
client_id: ${{ secrets.QA_SOOS_CLIENT_ID }}
api_key: ${{ secrets.QA_SOOS_API_KEY }}
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"
#branch_name: "integration"
#build_version: '1.0.0'
#log_level: 'WARN'

0 comments on commit cdd0727

Please sign in to comment.