From 06d5d2d88eb9fc9771235b99a1539872d22416c8 Mon Sep 17 00:00:00 2001 From: william brady Date: Mon, 12 Jan 2026 05:01:46 -0500 Subject: [PATCH] fix: update license references from MIT to PolyForm Noncommercial Update README badge and Dockerfile label to reflect the actual PolyForm Noncommercial 1.0.0 license used by this project. Co-Authored-By: Claude Opus 4.5 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c7b96b0..d746afb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ FROM python:3.11-slim as base # GitHub Actions labels LABEL org.opencontainers.image.source="https://github.com/crofton-cloud/sdlc-code-scanner" LABEL org.opencontainers.image.description="Security scanner for AWS Infrastructure-as-Code" -LABEL org.opencontainers.image.licenses="MIT" +LABEL org.opencontainers.image.licenses="PolyForm-Noncommercial-1.0.0" # Set environment variables ENV DEBIAN_FRONTEND=noninteractive \ diff --git a/README.md b/README.md index 2ca6e46..b5381dc 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ > Comprehensive security assessment tool for AWS Infrastructure-as-Code [![GitHub Action](https://img.shields.io/badge/GitHub%20Action-available-2088FF?logo=github-actions&logoColor=white)](https://github.com/marketplace/actions/sdlc-code-scanner) -[![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) +[![License](https://img.shields.io/badge/License-PolyForm%20Noncommercial-blue.svg)](LICENSE) SDLC Code Scanner is a Docker-based security scanning platform that orchestrates multiple industry-leading security tools to provide comprehensive analysis of your AWS infrastructure code. It implements a multi-layered security scanning approach covering linting, security policies, dependency vulnerabilities, and secrets detection.