|
2 | 2 |
|
3 | 3 | <div aria-hidden="true"> |
4 | 4 |
|
5 | | -[](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases) |
| 5 | +[](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases) |
6 | 6 | [](https://github.com/PHPCSStandards/PHP_CodeSniffer/actions/workflows/validate.yml) |
7 | 7 | [][GHA-test] |
8 | | -[](https://coveralls.io/github/PHPCSStandards/PHP_CodeSniffer?branch=master) |
9 | | -[](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt) |
| 8 | +[](https://coveralls.io/github/PHPCSStandards/PHP_CodeSniffer?branch=master) |
| 9 | +[](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt) |
10 | 10 |
|
11 | | - |
12 | | -[][GHA-test] |
| 11 | + |
| 12 | +[][GHA-test] |
13 | 13 |
|
14 | 14 | [GHA-test]: https://github.com/PHPCSStandards/PHP_CodeSniffer/actions/workflows/test.yml |
15 | 15 |
|
@@ -50,7 +50,7 @@ php phpcbf.phar -h |
50 | 50 | These Phars are signed with the official Release key for PHPCS with the |
51 | 51 | fingerprint `689D AD77 8FF0 8760 E046 228B A978 2203 05CD 5C32`. |
52 | 52 |
|
53 | | -As of PHP_CodeSniffer 3.10.3, the provenance of PHAR files associated with a release can be verified via [GitHub Artifact Attestations](https://docs.github.com/en/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds) using the [GitHub CLI tool](https://cli.github.com/) with the following command: `gh attestation verify [phpcs|phpcbf].phar -o PHPCSStandards`. |
| 53 | +As of PHP_CodeSniffer 3.10.3, the provenance of PHAR files associated with a release can be verified via [GitHub Artifact Attestations](https://docs.github.com/en/actions/security-for-github-actions/using-artifact-attestations/using-artifact-attestations-to-establish-provenance-for-builds) using the [GitHub CLI tool](https://cli.github.com/) with the following command: `gh attestation verify [phpcs|phpcbf].phar -o PHPCSStandards`. |
54 | 54 |
|
55 | 55 | ### Composer |
56 | 56 | If you use Composer, you can install PHP_CodeSniffer system-wide with the following command: |
|
0 commit comments