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 Jan 22, 2025
1 parent 6ada4ff commit 053d331
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/soos-sca-dast-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,8 @@ jobs:
api_key: ${{ secrets.QA_SOOS_API_KEY }}
api_url: "https://qa-api.soos.io/api/"
#directories_to_exclude: 'image-resizer/**'
branch_name: "integration"
#branch_name: "integration"
soos:
permissions:
security-events: write # for uploading code scanning alert info
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
name: SOOS DAST Analysis
runs-on: ubuntu-latest
Expand All @@ -58,12 +56,8 @@ jobs:
project_name: "SCA+DAST+SAST Github Actions Test"
scan_mode: "baseline"
target_url: "https://brokencrystals.com/"
output_format: "sarif"
branch_name: "integration"
- name: Upload SOOS DAST SARIF Report
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: results.sarif
#branch_name: "integration"

soos_sast_analysis_example:
name: SOOS SAST Analysis Example
runs-on: ubuntu-latest
Expand All @@ -78,6 +72,6 @@ jobs:
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"
#branch_name: "integration"
#build_version: '1.0.0'
#log_level: 'WARN'

0 comments on commit 053d331

Please sign in to comment.