Skip to content

Bump undici from 5.28.3 to 5.28.4 (#88) #37

Bump undici from 5.28.3 to 5.28.4 (#88)

Bump undici from 5.28.3 to 5.28.4 (#88) #37

Workflow file for this run

name: Check run
on:
push:
branches:
- master
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
workflow_dispatch:
jobs:
check-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- run: sudo apt-get update && sudo apt-get install -y nginx && sudo systemctl start nginx
- name: ZAP Scan
uses: ./
id: action-full-scan
with:
target: 'http://localhost'
allow_issue_writing: false