Skip to content

Commit

Permalink
Ignore development-only packages in security check
Browse files Browse the repository at this point in the history
  • Loading branch information
fredden committed Nov 27, 2024
1 parent c4a2452 commit a8052c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/securitycheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8052c3

Please sign in to comment.