Skip to content

Update main.yml

Update main.yml #276

Workflow file for this run

name: Example workflow using SOOS
# Events required to engage workflow (add/edit this list as needed)
on: push
jobs:
synchronous-analysis-with-blocking-result:
name: SOOS SCA Scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run SOOS - Scan for vulnerabilities
uses: soos-io/soos-sca-github-action@v2
with:
project_name: ${{ github.repository }}
api_url: "https://qa-api.soos.io/api/"
# Visit https://soos.io to get the required tokens to leverage SOOS scanning/analysis services
client_id: ${{ secrets.QA_SOOS_CLIENT_ID }}
api_key: ${{ secrets.QA_SOOS_API_KEY }}
verbose: true