Skip to content

directoriesToExclude test 01 #214

directoriesToExclude test 01

directoriesToExclude test 01 #214

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 }}
api_url: "https://qa-api.soos.io/api/"
project_name: "SAST Github Actions Test"
#sast_path: "../../"
directories_to_exclude: "projectB/**"
#files_to_exclude: "image_resizer_semgrep_output.sarif.json, sastNoIssues_semgrep_output.sarif.json"
#branch_name: 'sast-integration-test'
#build_version: '1.0.0'
#log_level: 'WARN'
#verbose: true
#on_failure: 'fail_the_build'