0

Is the api scan included in the full scan for the OWASP ZAP Action Full Scan for Github Actions? I need to know if I need to include a separate scan for APIs, or if its already covered by the full scan.

Itay Gurvich
  • 121
  • 1
  • 6

1 Answers1

1

The API scan allows you to import a specified API definition. The full scan does not have that option. If ZAP finds an API definition as part of the spidering then it will import it.

Simon Bennetts
  • 5,479
  • 1
  • 14
  • 26