Skip to content

Commit 86c52db

Browse files
committed
Ignored additional advisories
1 parent e343a94 commit 86c52db

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/code_samples.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
if: matrix.php == '7.4'
5050
run: |
5151
composer config audit.ignore --json '{"GHSA-68jq-c3rv-pcrr": "As this is for code quality tests and not to run a production DXP, this can be ignored."}'
52+
composer config audit.ignore --json '{"GHSA-fc86-6rv6-2jpm": "As this is for code quality tests and not to run a production DXP, this can be ignored."}'
53+
composer config audit.ignore --json '{"GHSA-r7cg-qjjm-xhqq": "As this is for code quality tests and not to run a production DXP, this can be ignored."}'
54+
5255
5356
- uses: ramsey/composer-install@v3
5457
with:

0 commit comments

Comments
 (0)