mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 17:28:31 +02:00
12 lines
No EOL
310 B
YAML
12 lines
No EOL
310 B
YAML
name: "Django Security Check"
|
|
description: "Helps find and remediate common security vulnerabilities in your Django application."
|
|
author: "victoriadrake"
|
|
branding:
|
|
icon: "shield"
|
|
color: "green"
|
|
outputs:
|
|
result:
|
|
description: "Django Security Check output"
|
|
runs:
|
|
using: "docker"
|
|
image: "Dockerfile" |