{% extends 'dashboard/base.html' %} {% load static %} {% block body %}

CI/CD

ArcherySec integrates with CI/CD pipelines using the archerysec-cli in order to help organizations shift-left security scanning in their build pipelines. ArcherySec CLI is a locally deployed command line tool designed to run on any Linux host. ArcherySec CLI requires a ArcherySec Platform service key to authenticate.


ArcherySec CLI

To install archerysec-cli you need to have Python pip pre-loaded and by running below command you can able to install.

pip install archerysec-cli --force  
OR
python3 -m pip install archerysec-cli --force  
{% if user.is_superuser == True or user.role.id == 2 %}
{% endif %}

{% csrf_token %}

Scan Policies


{% for data in all_scans %} {% endfor %}
Policy Scanner Threshold Threshold Count
{{ data.name }} {{ data.scanner }} {{ data.threshold }} {{ data.threshold_count }}
{% endblock %}