From e7fe9e249ee9ca32ad5c945c72b8c1f5e6611e4c Mon Sep 17 00:00:00 2001 From: shelajev Date: Tue, 24 Sep 2024 15:26:24 +0300 Subject: [PATCH] scout policy --- .github/workflows/scout.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/scout.yml b/.github/workflows/scout.yml index 9f27120..f1f6dca 100644 --- a/.github/workflows/scout.yml +++ b/.github/workflows/scout.yml @@ -42,9 +42,8 @@ jobs: uses: docker/scout-action@v1 with: organization: olegselajev241 - command: quickview,compare + command: policy image: olegselajev241/todo-demo-application:${{ env.SHA }} - to-latest: true - only-severities: critical,high exit-on: policy + exit-code: true write-comment: false \ No newline at end of file