add commandLine and scanMode params to createScan (#76) #292
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
name: SOOS SCA Analysis | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
jobs: | |
synchronous-analysis-with-blocking-result: | |
name: SOOS SCA Scan | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Run SOOS - Scan for vulnerabilities | |
uses: soos-io/soos-sca-github-action@v2 | |
with: | |
project_name: "soos-api-client" | |
client_id: ${{ secrets.SOOS_CLIENT_ID }} | |
api_key: ${{ secrets.SOOS_API_KEY }} |