Skip to content

Commit fae4858

Browse files
authored
Merge pull request #4124 from conan-io/release/2.17
Update develop2 branch
2 parents cf4f1ae + 2238e80 commit fae4858

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

devops/audit.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,13 @@ for vulnerabilities in ConanCenter packages, which uses JFrog Advanced Security
1515
Requesting a token
1616
------------------
1717

18-
To use the command, you will first need to register for the free service in https://audit.conan.io/register and
19-
get a token to use the service. Upon registration, you can auth into the conancenter provider with your token with:
18+
To use the command, you will first need to register for the free service at
19+
https://audit.conan.io/register. After registering, you will receive an email
20+
with an activation link. Clicking this link will take you to a page where your
21+
personal access token is displayed.
22+
23+
Once you have your token, you can authenticate the ``conancenter`` provider with
24+
it:
2025

2126
.. code-block:: bash
2227

security/audit.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@ A new command, `conan audit`, was added in **Conan 2.14**. It provides a built-i
99
For a step-by-step guide on authentication, usage examples, output formats, and setting up
1010
private providers, see :ref:`Checking package vulnerabilities <devops_audit>`. In short:
1111

12-
1. **Register** at `audit.conan.io <https://audit.conan.io/register>`_
13-
2. **Save your token** and **activate it** via the confirmation email you receive.
14-
3. **Configure Conan to use your token**:
12+
1. **Register** at `audit.conan.io <https://audit.conan.io/register>`_.
13+
2. **Activate your account** via the confirmation email you receive.
14+
3. **Save your token**, which is displayed on the page after activation.
15+
4. **Configure Conan to use your token**:
1516

1617
.. code-block:: bash
1718
1819
conan audit provider auth conancenter --token=<token>
1920
20-
4. Run a scan:
21+
5. Run a scan:
2122

2223
.. code-block:: bash
2324

0 commit comments

Comments
 (0)