Skip to content

Create frogbot-scan-and-fix.yml #23

Create frogbot-scan-and-fix.yml

Create frogbot-scan-and-fix.yml #23

on: [push]
jobs:
soos_dast_baseline_analysis:
name: SOOS DAST Baseline Analysis
runs-on: ubuntu-latest
steps:
- name: Run SOOS DAST Baseline Analysis
uses: soos-io/soos-dast-github-action@v2 # GET Latest Version from https://github.com/marketplace/actions/soos-dast
with:
client_id: ${{ secrets.SOOS_CLIENT_ID }}
api_key: ${{ secrets.SOOS_API_KEY }}
project_name: "juice-shop"
scan_mode: "baseline"
target_url: "http://54.196.48.187/"