From 5e2e54542fc86aa9a5719b54033bc6f4da955352 Mon Sep 17 00:00:00 2001 From: Piotr Date: Fri, 12 Mar 2021 11:03:58 +0100 Subject: [PATCH] fix alpine image --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f082bcd..d431237 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - uses: ./ with: token: ${{ secrets.GITHUB_TOKEN }} - image: alpine:${{ env.IMAGE_NAME }} + image: ${{ env.IMAGE_NAME }} issue_label: trivy,vulnerability,test issue_title: Security Alert Test