From 39af38aac9850eb12b09be445363bf4bf73e1e47 Mon Sep 17 00:00:00 2001 From: rajith Date: Mon, 30 Sep 2024 17:14:36 +0530 Subject: [PATCH] fix name --- .github/workflows/docker-bench-security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-bench-security.yml b/.github/workflows/docker-bench-security.yml index a0ca71b001..af7e07de81 100644 --- a/.github/workflows/docker-bench-security.yml +++ b/.github/workflows/docker-bench-security.yml @@ -47,4 +47,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: docker_bench_security-report - path: results/docker_bench_security.txt \ No newline at end of file + path: results/docker_bench_security_report.txt \ No newline at end of file