You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Advanced API Security Risk Assessment v2 just launched : it allows to assess API Proxy security in less than 60s (less than 1s for 1 proxy, in my tests). An API is available : organizations.securityAssessmentResults.batchCompute
I think it will be great if we can integrate this assessment in the Apigee Maven plugin.
Scenario could be :
A new Apigee Maven Plugin Option like AAS_ScoreMin (optional)
if no AAS_ScoreMin parameter : we don't run the assessment
if AAS_ScoreMin=0, we run the assessment, then deploy API (whatever the score is) and return the report (score + other useful information that can be stored as an artefact in a CICD pipeline.)
if AAS_ScoreMin > 0, we run the assessment and deploy the API only if the given score is < to the calculated score, and then return the report
Thanks for your support
The text was updated successfully, but these errors were encountered:
Hello Team
Advanced API Security Risk Assessment v2 just launched : it allows to assess API Proxy security in less than 60s (less than 1s for 1 proxy, in my tests). An API is available : organizations.securityAssessmentResults.batchCompute
I think it will be great if we can integrate this assessment in the Apigee Maven plugin.
Scenario could be :
Thanks for your support
The text was updated successfully, but these errors were encountered: