Skip to content

Bsides montreal 2023 #5

Bsides montreal 2023

Bsides montreal 2023 #5

Workflow file for this run

name: Bsides montreal 2023
on: workflow_dispatch
jobs:
hello-world:
runs-on: ubuntu-latest
steps:
- run: |
id
uname -a
env
echo "hello world montreal"
zap_scan:
runs-on: ubuntu-latest
name: Scan the owasp zap
permissions: write-all
steps:
- name: ZAP Scan
uses: zaproxy/action-baseline@v0.9.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'
target: 'https://juice-shop.herokuapp.com/'