Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion actions/composer-audit-ignore/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ runs:
for advisory in \
PKSA-xwpn-zs9j-6wy5 \
PKSA-sf9j-1gs7-xzvx \
PKSA-7h5p-prw9-w5nr
PKSA-7h5p-prw9-w5nr \
PKSA-fbvq-z33h-r2np \
PKSA-g9zw-qxh8-pq8w \
PKSA-yd6k-t2gh-1m43 \
PKSA-1tmc-rt7x-12w6 \
PKSA-xx6c-6d96-db2w
do
composer config audit.ignore --json --merge "{\"$advisory\":\"$reason\"}"
done
Expand Down
2 changes: 1 addition & 1 deletion actions/composer-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ runs:
GITHUB_ACTION_PATH: ${{ github.action_path }}

- name: 'Ignore known unsolvable advisories'
uses: ibexa/gh-workflows/actions/composer-audit-ignore@main
uses: ibexa/gh-workflows/actions/composer-audit-ignore@new-twig-advisories
with:
php-version: ${{ steps.setup_php.outputs.php-version }}

Expand Down
Loading