We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a2452 commit a8052c3Copy full SHA for a8052c3
.github/workflows/securitycheck.yml
@@ -45,6 +45,8 @@ jobs:
45
with:
46
# Bust the cache at least once a month - output format: YYYY-MM.
47
custom-cache-suffix: $(date -u "+%Y-%m")
48
+ # Ignore development-only packages in security check
49
+ composer-options: "--no-dev"
50
51
- name: Download security checker
52
# yamllint disable-line rule:line-length
0 commit comments