From b06edace7de9e9b89292af582a4379d06d87e8ef Mon Sep 17 00:00:00 2001 From: Juan <1766933+judavi@users.noreply.github.com> Date: Thu, 23 Apr 2026 15:14:57 +0100 Subject: [PATCH 1/2] Add .security_config/security_contact.yaml --- .security_config/security_contact.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .security_config/security_contact.yaml diff --git a/.security_config/security_contact.yaml b/.security_config/security_contact.yaml new file mode 100644 index 0000000..7a45453 --- /dev/null +++ b/.security_config/security_contact.yaml @@ -0,0 +1,12 @@ +# This file contains contact info for the team that maintains +# this repo. This information will be used by security in the +# event that we need to contact you about security issues +# discovered in this code. +# +# See https://wolinks.com/repocontact for more information. +# +# You may use the Red Hat YAML extension in VS Code to validate this file. +# yaml-language-server: $schema=https://security-api.appsec.inday.io/schemas/security_contact.json + +version: "1.0" +include: "git::https://github.com/PipedreamHQ/pipedreamin" From 265e117b5870890d4c32b98603bf07f5eaff2cb7 Mon Sep 17 00:00:00 2001 From: Juan <1766933+judavi@users.noreply.github.com> Date: Thu, 23 Apr 2026 15:14:57 +0100 Subject: [PATCH 2/2] Add .security_config/security_config.yaml --- .security_config/security_config.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .security_config/security_config.yaml diff --git a/.security_config/security_config.yaml b/.security_config/security_config.yaml new file mode 100644 index 0000000..7b3f026 --- /dev/null +++ b/.security_config/security_config.yaml @@ -0,0 +1,18 @@ +# yaml-language-server: $schema=https://security-api.appsec.inday.io/schemas/security_config.json +# This is the configuration file for Chimera. This file is required to allow the scanning platform to scan your repo. +# Please see https://wolinks.com/chimera for details. + +##################### +# SLACK CONFIGURATION +##################### +# Uncomment the below section and provide a Slack channel's name to allow Chimera to +# notify your slack channel about scans. Please see Chimera documentation on how to do this. +slack: + enabled: true + channel: pd-workflows + +########################## +# SCAN TOOL CONFIGURATION +########################## +tools_config: + snyk: {}