Skip to content

add: debug scripts

add: debug scripts #5

Workflow file for this run

name: PEN TEST
on:
push:
jobs:
zap_scan:
runs-on: ubuntu-latest
name: Scan the webapplication
steps:
- name: SendEmail
uses: namgaytobden/MailEase@master
with:
fromEmail: ${{ secrets.FROM_EMAIL }}
fromName: ${{ secrets.FROM_NAME }}
smtpUrl: ${{ secrets.SMTP_URL }}
smtpPass: ${{ secrets.SMTP_PASS }}
toEmail: [email protected]
subject: test
mail: hi there
# cc:
# emailFile: