From 66688d4ce3579b1ed1c3524e217b6c8bc143c9e6 Mon Sep 17 00:00:00 2001 From: cubicroot Date: Thu, 24 Oct 2024 19:57:57 +0200 Subject: [PATCH] add CI job to scan image for vulnerabilities --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e01fd3ac..965be60b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -56,3 +56,8 @@ jobs: secrets: dockerhub_user: ${{ secrets.DOCKERHUB_USERNAME }} dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }} + + scan_image: + uses: anchore/scan-action@v3 + with: + image: "cubicrootxyz/remindme:${{ github.sha }}"