@@ -42,8 +42,9 @@ number of scans per day.
42
42
43
43
### Registering for the Service
44
44
45
- Before using ` conan audit ` , you need to sign up for the free service. Upon registration, you
46
- will receive a token that must be validated via email.
45
+ Before using ` conan audit ` , you need to sign up for the free service to obtain
46
+ an access token. After registering, you will receive an email with a link to a
47
+ page that displays your token.
47
48
48
49
To register, go to [ https://audit.conan.io/register ] ( https://audit.conan.io/register ) and
49
50
fill in your details.
@@ -58,20 +59,23 @@ fill in your details.
58
59
> - To ensure fair usage and prevent abuse, there is a limit of ** 100 queries per day** ,
59
60
> which resets every 24 hours.
60
61
61
- After registration , you will receive a token. Please make sure to store it securely as it
62
- will only be displayed once .
62
+ After registering , you will receive an email with a validation link that takes
63
+ you to a page where you can view your access token .
63
64
64
65
<p class =" centered " >
65
- <img src="{{ site.baseurl }}/assets/post_images/2025-03-19/conan-audit-token .png" alt="Conan Audit Token"/>
66
+ <img src="{{ site.baseurl }}/assets/post_images/2025-03-19/conan-audit-validation .png" alt="Conan Validate Token"/>
66
67
</p >
67
68
68
- Next, you will receive an email to validate your token. Once validated, you can start
69
- using ` conan audit ` .
69
+ Click the link to access the page where your token is displayed. ** Make sure to
70
+ store it securely, as the link will only work once and cannot be used again to
71
+ view the token** .
70
72
71
73
<p class =" centered " >
72
- <img src="{{ site.baseurl }}/assets/post_images/2025-03-19/conan-audit-validation .png" alt="Conan Validate Token"/>
74
+ <img src="{{ site.baseurl }}/assets/post_images/2025-03-19/conan-audit-token .png" alt="Conan Audit Token"/>
73
75
</p >
74
76
77
+ Now you can start using ` conan audit ` .
78
+
75
79
### Using the ` conan audit ` Command
76
80
77
81
The first thing you need to do is update the security provider token for Conan Center. Do
0 commit comments