From 1dfbb2079e8a3517e892ea7d3909c8b312e3a4c1 Mon Sep 17 00:00:00 2001 From: Eddy Babetto Date: Tue, 29 Oct 2024 12:13:38 +0100 Subject: [PATCH] fix workflow and gitignore for new licences Signed-off-by: Eddy Babetto --- .github/workflows/astarte-end-to-end-test-workflow.yaml | 2 +- compose/vernemq-certs/openssl.cnf | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/astarte-end-to-end-test-workflow.yaml b/.github/workflows/astarte-end-to-end-test-workflow.yaml index 1afea7bae..b268ad085 100644 --- a/.github/workflows/astarte-end-to-end-test-workflow.yaml +++ b/.github/workflows/astarte-end-to-end-test-workflow.yaml @@ -59,7 +59,7 @@ jobs: sleep 5 - name: Install e2e test interfaces run: | - for i in $(ls tools/astarte_e2e/priv/interfaces/); do + for i in $(ls tools/astarte_e2e/priv/interfaces/*.json); do echo "Installing $i" ./astartectl realm-management interfaces install tools/astarte_e2e/priv/interfaces/$i --astarte-url http://api.astarte.localhost -k test_private.pem -r $E2E_REALM sleep 2 diff --git a/compose/vernemq-certs/openssl.cnf b/compose/vernemq-certs/openssl.cnf index 70d1c3623..0931f341f 100644 --- a/compose/vernemq-certs/openssl.cnf +++ b/compose/vernemq-certs/openssl.cnf @@ -1,3 +1,7 @@ +#SPDX-FileCopyrightText: 2017-2024 Seco MInd Srl +# +#SPDX-License-Identifier: Apache-2.0 + # OpenSSL root CA configuration file. # Copy to `/root/ca/openssl.cnf`.