From e0a16a7413ecfdd3a4d30a59f2e7d870c8da9734 Mon Sep 17 00:00:00 2001 From: Andreas Falk Date: Sun, 8 Oct 2023 18:42:41 +0200 Subject: [PATCH] Refactor --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 784eeb6..7915254 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USER }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build image and push - run: docker build . --file Dockerfile --platform linux/amd64 --tag andifalk/supply-chain-security:latest" + run: docker build . --file Dockerfile --platform linux/amd64 --tag andifalk/supply-chain-security:latest - name: Run Trivy vulnerability scanner uses: aquasecurity/trivy-action@master with: