zaproxy / action-baseline

A GitHub Action for running the ZAP Baseline scan
Apache License 2.0
314 stars 58 forks source link

Prepare next dev version #103

Closed thc202 closed 1 year ago

thc202 commented 1 year ago

Add unreleased entry to changelog.

kingthorin commented 1 year ago

FYI it seems there's a bug with "paths-ignore" per: https://github.com/actions/runner/issues/2324

Per various PRs we might need to do a workaround such as: https://github.com/kairos-io/kairos/commit/da09301a2455481ab5edc01fa9aa58e20ceeb71c

thc202 commented 1 year ago

That will not change anything for us though, we will still have to merge bypassing protections.

kingthorin commented 1 year ago

But if the workflow isn't triggered then it should be okay.

thc202 commented 1 year ago

The workflows are not triggered, that's why we need to bypass.