From 50af57bf1f93206fca00d3ed810dc71be817d0f1 Mon Sep 17 00:00:00 2001 From: lotyp Date: Sat, 6 Apr 2024 20:22:24 +0300 Subject: [PATCH] chore: changes --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 862c889..c5186c5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -111,12 +111,11 @@ jobs: uses: docker/scout-action@v1 with: command: cves,recommendations,compare - to: ${{ env.DOCKER_NAMESPACE }}:${{ matrix.php_version }}-${{ matrix.php_type }}-${{ matrix.os_name }}-latest + to: php:${{ matrix.php_version }}-${{ matrix.php_type }}-${{ matrix.os_name }} ignore-base: true ignore-unchanged: true only-fixed: true only-severities: critical,high - organization: wayofdev github-token: ${{ secrets.GITHUB_TOKEN }} dockerhub-user: ${{ secrets.DOCKER_USERNAME }} dockerhub-password: ${{ secrets.DOCKER_TOKEN }}