Skip to content

Commit 81b6e22

Browse files
committed
Update documentation links
1 parent 1ccb8c3 commit 81b6e22

4 files changed

Lines changed: 4 additions & 16 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SecretScanner
22

3-
[![Documentation](https://img.shields.io/badge/documentation-read-green)](https://community.deepfence.io/docs/secretscanner/)
3+
[![Documentation](https://img.shields.io/badge/documentation-read-green)](https://threatmapper.org/docs/secretscanner/)
44
[![GitHub license](https://img.shields.io/github/license/deepfence/SecretScanner)](https://github.com/deepfence/SecretScanner/blob/master/LICENSE)
55
[![GitHub stars](https://img.shields.io/github/stars/deepfence/SecretScanner)](https://github.com/deepfence/SecretScanner/stargazers)
66
[![GitHub issues](https://img.shields.io/github/issues/deepfence/SecretScanner)](https://github.com/deepfence/SecretScanner/issues)
@@ -27,7 +27,7 @@ Use SecretScanner if you need a lightweight, efficient method to scan container
2727

2828
## Quick Start
2929

30-
For full instructions, refer to the [SecretScanner Documentation](https://community.deepfence.io/docs/secretscanner/).
30+
For full instructions, refer to the [SecretScanner Documentation](https://threatmapper.org/docs/secretscanner/).
3131

3232
![SecretScanner QuickStart](docs/docs/secretscanner/img/secretscanner.svg)
3333

@@ -68,11 +68,10 @@ We have built upon the configuration file from [shhgit](https://github.com/eth0i
6868

6969
Thank you for using SecretScanner.
7070

71-
* [<img src="https://img.shields.io/badge/documentation-read-green">](https://community.deepfence.io/docs/secretscanner/) Start with the documentation
71+
* [<img src="https://img.shields.io/badge/documentation-read-green">](https://threatmapper.org/docs/secretscanner/) Start with the documentation
7272
* [<img src="https://img.shields.io/badge/slack-@deepfence-blue.svg?logo=slack">](https://join.slack.com/t/deepfence-community/shared_invite/zt-podmzle9-5X~qYx8wMaLt9bGWwkSdgQ) Got a question, need some help? Find the Deepfence team on Slack
7373
* [![GitHub issues](https://img.shields.io/github/issues/deepfence/SecretScanner)](https://github.com/deepfence/SecretScanner/issues) Got a feature request or found a bug? Raise an issue
7474
* [productsecurity *at* deepfence *dot* io](SECURITY.md): Found a security issue? Share it in confidence
75-
* Find out more at [deepfence.io](https://deepfence.io/)
7675

7776
## Security and Support
7877

docs/docusaurus.config.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@ const config = {
6464
docId: 'secretscanner/index',
6565
label: 'SecretScanner Documentation',
6666
},
67-
{
68-
to: 'https://deepfence.io/',
69-
label: 'deepfence.io',
70-
position: 'right',
71-
},
7267
{
7368
href: 'https://github.com/deepfence',
7469
label: 'GitHub',

docs/yara-rules/listing.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/deepfence/agent-plugins-grpc => ./agent-plugins-grpc
77
replace github.com/deepfence/YaraHunter => ../YaraHunter
88

99
require (
10-
github.com/deepfence/YaraHunter v0.0.0-20260108174254-6a98b59625ed
10+
github.com/deepfence/YaraHunter v0.0.0-20260307112048-f172ccaf25a5
1111
github.com/deepfence/agent-plugins-grpc v0.0.0-00010101000000-000000000000
1212
github.com/deepfence/golang_deepfence_sdk/client v0.0.0-20251220185839-eab97c9c3b76
1313
github.com/deepfence/golang_deepfence_sdk/utils v0.0.0-20251220185839-eab97c9c3b76

0 commit comments

Comments
 (0)