Getting below error
Error communicating with Enterprise. Please ensure:
- You have provided the correct Enterprise Server URL,
- The container can access the Enterprise Server,
- You have provided a valid API key and,
- If your Enterprise Server is using a self-signed TLS Certificate, you have provided the public key.
Am using below action,
- name: Run CI-driven scan Action Step
uses: PortSwigger/ci-driven-scan-github-action@main
with:
enterprise-server-url: "Enterprise-URL/"
enterprise-api-key: ${{ secrets.BURP_API_KEY }}
start-url: 'https://ginandjuice.shop'
Getting below error
Error communicating with Enterprise. Please ensure:
Am using below action,
uses: PortSwigger/ci-driven-scan-github-action@main
with:
enterprise-server-url: "Enterprise-URL/"
enterprise-api-key: ${{ secrets.BURP_API_KEY }}
start-url: 'https://ginandjuice.shop'