Skip to content

Add Dastardly

Add Dastardly #1

Workflow file for this run

name: Dastardly Scan
on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Dastardly Scan
uses: PortSwigger/[email protected]
with:
target-url: 'https://nyuprinters.com'
- name: Publish Test Report
if: always()
uses: mikepenz/action-junit-report@v3
with:
report_paths: '**/dastardly-report.xml'
require_tests: true