Skip to content

Commit a8052c3

Browse files
committed
Ignore development-only packages in security check
1 parent c4a2452 commit a8052c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/securitycheck.yml

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
with:
4646
# Bust the cache at least once a month - output format: YYYY-MM.
4747
custom-cache-suffix: $(date -u "+%Y-%m")
48+
# Ignore development-only packages in security check
49+
composer-options: "--no-dev"
4850

4951
- name: Download security checker
5052
# yamllint disable-line rule:line-length

0 commit comments

Comments
 (0)