Skip to content

Update main.yml

Update main.yml #180

Workflow file for this run

on: [push]
jobs:
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 }}
project_name: "Github Actions SAST"
api_url: 'https://qa-api.soos.io/api/'
directories_to_exclude: "sarif2/**"
files_to_exclude: "conancpp_project_202312051713.folder_it_sca.sarif.json, alpine_latest_202312071248.folder_it_csa.sarif.json"
branch_name: 'sast-only'
build_version: '1.0.0'
log_level: 'WARN'
on_failure: 'fail_the_build'