From 88ca77f6a49d4ddd269155b81b11e07997ab4950 Mon Sep 17 00:00:00 2001 From: "Darryl L. Miles" Date: Wed, 25 Mar 2026 12:39:20 +0000 Subject: [PATCH] GHA: main.yml: remove vezzal task This task is failing due to invalid gmail email address or email outbound MTA credentials via gmail, maybe the ${{secrets.MAILING_KEY}} is invalidated ? While the docker image at vezzal/vezzal:v1 was last updated over 3y ago, with vezzal/vezzal:v2 was last updated over 4y ago. The project references a github upstream project that appears to be deleted along with the entire user account associated with it. https://hub.docker.com/r/vezzal/vezzal https://github.com/lankasaicharan/vezzal Because this does not appear to exist this now becomes a security concern as the docker contents can not be audited as to what it does and it runs in the context of the main project GHA CI that produces redistributable artifacts. If this is be reinstated maybe it should be done as .github/workflows/vezzal.yml so an independant workflow outside of the main.yml CI workflow that is used to quickly cross check compilation state of the project. --- .github/workflows/main.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 79f286b3..37dfd826 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,19 +10,6 @@ on: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: - vezzal: - # The type of runner that the job will run on - runs-on: ubuntu-latest - # Steps represent a sequence of tasks that will be executed as part of the job - steps: - - name: Pulling the docker image - run: docker pull vezzal/vezzal:v1 - - - name: Start the container with the docker image - run: docker run -id --name test_magic vezzal/vezzal:v1 bash | exit - - - name: Run the testing on the container and send the mail - run: docker exec test_magic /vezzal/test_magic.sh "lankasaicharan123@gmail.com,tim@opencircuitdesign.com" ${{secrets.MAILING_KEY}} simple_build_linux: runs-on: ubuntu-22.04 steps: