diff --git a/.github/workflows/securitycheck.yml b/.github/workflows/securitycheck.yml index c387c13..1949b6e 100644 --- a/.github/workflows/securitycheck.yml +++ b/.github/workflows/securitycheck.yml @@ -45,6 +45,8 @@ jobs: with: # Bust the cache at least once a month - output format: YYYY-MM. custom-cache-suffix: $(date -u "+%Y-%m") + # Ignore development-only packages in security check + composer-options: "--no-dev" - name: Download security checker # yamllint disable-line rule:line-length