From 8dca156aeb9503b87b59d08db4cd0e1f03029fbb Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Mon, 26 Jul 2021 14:16:08 +0200 Subject: [PATCH] Send type coverage to Shepherd --- .github/workflows/static-analysis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 23cd0e1..3ea96d9 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -49,6 +49,7 @@ jobs: - name: Psalm uses: docker://vimeo/psalm-github-actions:4.4.1 with: + args: --shepherd composer_require_dev: true security_analysis: true report_file: results.sarif