diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ca4f87..3ae1d89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: matrix: platform: - linux/arm64 - - linux/amd64 + # - linux/amd64 steps: - name: Prepare @@ -111,8 +111,5 @@ jobs: id: docker-scout uses: docker/scout-action@v1 with: - command: cves,recommendations - to-latest: true - ignore-base: true - ignore-unchanged: true - only-fixed: true + command: policy #cves,recommendations +