From 2f63107a600c883c49ff7d3be4190c2c7b0e2d13 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Tue, 29 Mar 2022 09:37:04 -0400 Subject: [PATCH] fix scanner format (#14) --- .github/workflows/scan.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 5045df5..7f199c0 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -41,6 +41,7 @@ jobs: if: always() with: image-ref: 'docker.io/rockylinux/rockylinux:8' + format: 'template' template: '@contrib/html.tpl' output: 'public/index.html' exit-code: '1'