Ensure use 'HTTPS' in all hooks

hooks that use non-secure 'HTTP' protocol can expose sensitive data. make sure all project hooks are using 'HTTPS'.

Risk Level: medium
Platform: Gitlab
Spectral Rule ID: GL-HRD005

REMEDIATION

To do this:

SaaS:

  1. Go to your project and select Settings > Webhooks.
  2. Go to Project Hooks table
  3. make sure all webhooks URLs are started with "HTTPS://".
  4. Select Save changes.

Read more: