-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.sample
More file actions
31 lines (26 loc) · 1.23 KB
/
.env.sample
File metadata and controls
31 lines (26 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Container Vulnerability Scanner Selection
# Options: docker-scout (default), grype
# Docker Scout: Official Docker scanner with SARIF output and Docker Hub integration
# Grype: Anchore's open-source vulnerability scanner (alternative option)
CONTAINER_SCANNER=docker-scout
# Docker Hub Authentication (required for Docker Scout)
# Create a free account at https://hub.docker.com
# Leave empty to skip authentication (will cause Docker Scout to fail)
DOCKER_HUB_USERNAME=
DOCKER_HUB_PASSWORD=
# Cleanup Scanned Images
# Automatically remove Docker images pulled during scanning to save disk space
# Options: true (default), false
# When enabled, only removes images that were pulled specifically for scanning
# (images that existed before scanning are not removed)
CLEANUP_SCANNED_IMAGES=true
# Slack Webhook for Notifications (optional)
# Uncomment and add your webhook URL to enable Slack notifications
# SLACK_WEBHOOK_URL=https://hooks.slack.com/services/YOUR/WEBHOOK/URL
SLACK_WEBHOOK_URL=
# Google Analytics Tag ID (gtag.js)
# Example: G-XXXXXXXXXX
GOOGLE_TAG_ID=
# Site Domain (used for SEO meta tags, canonical URLs, og:tags)
# Default: https://infrascan.soldevelo.com
SITE_DOMAIN=https://infrascan.soldevelo.com