Skip to content

Commit d67eaf7

Browse files
committed
Removed redundant advisories.
1 parent 4d307d0 commit d67eaf7

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

actions/composer-audit-ignore/action.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,7 @@ runs:
2020
for advisory in \
2121
PKSA-xwpn-zs9j-6wy5 \
2222
PKSA-sf9j-1gs7-xzvx \
23-
PKSA-7h5p-prw9-w5nr \
24-
PKSA-fbvq-z33h-r2np \
25-
PKSA-g9zw-qxh8-pq8w \
26-
PKSA-yd6k-t2gh-1m43 \
27-
PKSA-1tmc-rt7x-12w6 \
28-
PKSA-xx6c-6d96-db2w
23+
PKSA-7h5p-prw9-w5nr
2924
do
3025
composer config audit.ignore --json --merge "{\"$advisory\":\"$reason\"}"
3126
done

0 commit comments

Comments
 (0)