@sectester/scan 0.40.0 → 0.40.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ import { Configuration } from '@sectester/core';
|
|
|
22
22
|
import { ScanFactory } from '@sectester/scan';
|
|
23
23
|
|
|
24
24
|
const config = new Configuration({
|
|
25
|
-
hostname: 'app.
|
|
25
|
+
hostname: 'app.brightsec.com',
|
|
26
26
|
projectId: 'your project ID'
|
|
27
27
|
});
|
|
28
28
|
|
|
@@ -292,6 +292,6 @@ await scan.dispose();
|
|
|
292
292
|
|
|
293
293
|
## License
|
|
294
294
|
|
|
295
|
-
Copyright ©
|
|
295
|
+
Copyright © 2025 [Bright Security](https://brightsec.com/).
|
|
296
296
|
|
|
297
297
|
This project is licensed under the MIT License - see the [LICENSE file](LICENSE) for details.
|