zaproxy / action-baseline

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

Update to Node 16 #84

Closed psiinon closed 2 years ago

psiinon commented 2 years ago

Also added a check-run action which runs the local baseline action against www.example.org

Example runs: https://github.com/psiinon/action-baseline/actions

More updates planned, but will submit them in different PRs...

Fix #83.

psiinon commented 2 years ago

Updated. The check-run is failing because of "Error: Resource not accessible by integration" - any suggestions for fixing? I think the check helps show the action actually runs, but having a check we know will always fail isnt ideal :/

kingthorin commented 2 years ago

No token specified so allow_issue_writing should be false? (Just guessing.)

psiinon commented 2 years ago

No token specified so allow_issue_writing should be false? (Just guessing.)

Too obvious! That did the trick - thanks @kingthorin !

psiinon commented 2 years ago

Trying with a temp local website, dont expect it to work :/

psiinon commented 2 years ago

Surprisingly it did work!

thc202 commented 2 years ago

Thank you!