Skip to content

add tikiwiki CVE-2025-34111 templated plugins #59

add tikiwiki CVE-2025-34111 templated plugins

add tikiwiki CVE-2025-34111 templated plugins #59

Workflow file for this run

name: templated-plugins-build
on:
pull_request:
paths:
- 'templated/**'
workflow_dispatch:
env:
REGISTRY: ghcr.io
IMAGE_NAME: google/tsunami-plugins-templated
PLUGINS_CATEGORY: templated
PLUGINS_FOLDER: templated/templateddetector/
jobs:
build-image:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build Docker image
id: build
uses: docker/build-push-action@v6
with:
context: .
push: false
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
"TSUNAMI_PLUGIN_FOLDER=${{ env.PLUGINS_FOLDER }}"