Hi.
I have this error while using the Github action.
Validation Failed: {"message":"The listed users and repositories cannot be searched either because the resources do not exist or you do not have permission to view them.","resource":"Search","field":"q","code":"invalid"}
This is my configuration
- name: ZAP Scan
if: always()
id: zapScan
uses: zaproxy/action-baseline@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
docker_name: "owasp/zap2docker-stable"
target: ${{ secrets.WEB_HOST }}