{% extends "base.html" %} {% block title %}{% if is_create %}Add Project{% else %}Edit {{ project.name }}{% endif %}{% endblock %} {% block content %} {% if is_create %}

Choose Static security for code repositories and local apps (Full Scan). Choose Runtime (gateway) only if you are wiring a connected agent — gateway apps also appear automatically when they connect. To scan code for a gateway app, add a separate static project.

{% endif %}
{% csrf_token %} {% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}
{{ form.name.errors }}
{% if is_create %}
Runtime projects disable Full Scan. Gateway traffic attaches findings to the matching gateway project.
{% endif %}
{% if is_create %} {% endif %}
GitHub, GitLab, or other git repository URL
Path relative to the app root, absolute path, or file:// URL. Large repos copy in the background after create.
AWS ARN, GCP resource path, or Azure resource ID
Default: every 6 hours
Cancel
{% endblock %} {% block extra_js %} {% endblock %}