Skip to content

test case 02

test case 02 #285

Workflow file for this run

on: [push]
jobs:
soos_sast_scan:
name: SOOS SAST Scan
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
with:
node-version: 20
- 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: invalid
api_url: "https://qa-api.soos.io/api/"
project_name: "SAST Github Actions Test"
sast_version: 1.0.4-pre.1
#sast_path: "../../"
#directories_to_exclude: "projectB/**"
#files_to_exclude: "new-project/BuildOutput.sarif.json"
#branch_name: 'sast-integration-test-2'
#build_version: '1.0.0'
#log_level: 'DEBUG'
#verbose: true
#on_failure: 'continue_on_failure'