mhzawadi/csp-report

By mhzawadi

Updated 2 months ago

Horwood PHP CSP report tool

Image
Security
0

1.4K

mhzawadi/csp-report repository overview

Horwood PHP CSP report tool

This will log all CSP reports to a log file

Running it

There is an example compose file in the docker directory, this will start a container on port 8080 and mount csp to /var/www/html/logs

---
services:
  csp-report:
    image: mhzawadi/csp-report
    ports:
      - "8080:8080"
    container_name: csp-report
    environment:
      - TZ=Europe/London
    labels:
      - "csp_report.url=127.0.0.1:8080"
    volumes:
      - ../csp:/var/www/html/logs

Tag summary

Content type

Image

Digest

sha256:3de076339

Size

21.6 MB

Last updated

2 months ago

docker pull mhzawadi/csp-report:dev