Skip to content

Commit 010a8a3

Browse files
committed
Ignored additional advisories
1 parent e343a94 commit 010a8a3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/code_samples.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,11 @@ jobs:
4848
- name: Ignore audit advisory for PHP 7.4
4949
if: matrix.php == '7.4'
5050
run: |
51-
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."}'
51+
composer config audit.ignore --json '{
52+
"GHSA-68jq-c3rv-pcrr": "As this is for code quality tests and not to run a production DXP, this can be ignored.",
53+
"GHSA-fc86-6rv6-2jpm": "As this is for code quality tests and not to run a production DXP, this can be ignored.",
54+
"GHSA-r7cg-qjjm-xhqq": "As this is for code quality tests and not to run a production DXP, this can be ignored."
55+
}'
5256
5357
- uses: ramsey/composer-install@v3
5458
with:

0 commit comments

Comments
 (0)