From 02acf38b1d2967b59143eea6d2164bd09df353cc Mon Sep 17 00:00:00 2001 From: DanliaQwerty20 Date: Mon, 31 Aug 2026 02:17:07 +0300 Subject: [PATCH] =?UTF-8?q?feat:=20=D0=BF=D0=BE=D0=B4=D0=B4=D0=B5=D1=80?= =?UTF-8?q?=D0=B6=D0=B0=D1=82=D1=8C=20=D1=83=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D1=8F=D0=B5=D0=BC=D1=8B=D0=B5=20Trivy=20=D0=B8=D1=81=D0=BA?= =?UTF-8?q?=D0=BB=D1=8E=D1=87=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/reusable-security.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/reusable-security.yml b/.github/workflows/reusable-security.yml index 75c54be..9734d8c 100644 --- a/.github/workflows/reusable-security.yml +++ b/.github/workflows/reusable-security.yml @@ -2,6 +2,11 @@ name: Reusable security on: workflow_call: + inputs: + trivy-ignore-file: + type: string + default: "" + description: "Путь к проверенному файлу исключений Trivy внутри вызывающего репозитория." permissions: contents: read @@ -27,4 +32,5 @@ jobs: severity: CRITICAL,HIGH ignore-unfixed: true exit-code: "1" + trivyignores: ${{ inputs.trivy-ignore-file }}