From 7e5766e948f8c8d8c119ca77ad1e05d53ee37c8e Mon Sep 17 00:00:00 2001 From: rajith Date: Thu, 26 Sep 2024 17:17:50 +0530 Subject: [PATCH] fixes --- .github/workflows/docker-bench-security.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-bench-security.yml b/.github/workflows/docker-bench-security.yml index 8e04dc61d7..3b9763a306 100644 --- a/.github/workflows/docker-bench-security.yml +++ b/.github/workflows/docker-bench-security.yml @@ -35,11 +35,10 @@ jobs: -v /var/lib:/var/lib:ro \ -v /var/run/docker.sock:/var/run/docker.sock:ro \ --label docker_bench_security \ - docker/docker-bench-security -l results/docker-bench-security.log -o json + docker/docker-bench-security -l results/docker-bench-security.log - name: Upload Results uses: actions/upload-artifact@v3 with: name: docker-bench-results path: | - results/docker-bench-security.log - results/docker-bench-security.log.json \ No newline at end of file + results/docker-bench-security.log \ No newline at end of file