Skip to content

fix(security): sanitize DOCX HTML output with DOMPurify to prevent XSS #569

fix(security): sanitize DOCX HTML output with DOMPurify to prevent XSS

fix(security): sanitize DOCX HTML output with DOMPurify to prevent XSS #569

name: Frontend Docker Image CI
on:
push:
branches: [ "main" ]
paths:
- 'frontend/**'
- 'scripts/images/frontend/**'
- '.github/workflows/docker-image-frontend.yml'
- '.github/workflows/docker-images-reusable.yml'
pull_request:
branches: [ "main" ]
paths:
- 'frontend/**'
- 'scripts/images/frontend/**'
- '.github/workflows/docker-image-frontend.yml'
- '.github/workflows/docker-images-reusable.yml'
workflow_dispatch:
workflow_call:
jobs:
call-docker-build:
name: Build and Push Frontend Docker Image
uses: ./.github/workflows/docker-images-reusable.yml
permissions:
contents: read
packages: write
with:
service_name: frontend
build_dir: .