-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Update container_image.md #5182 #5193
Conversation
remove --scanners none
docs/docs/target/container_image.md
Outdated
If you just want to scan the image config.For example: | ||
|
||
```shell | ||
$ trivy image --scanners none --image-config-scanners secret vuln-image | ||
$ trivy image --image-config-scanners secret vuln-image |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This command is the same as the above one. We can remove these lines.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I appreciate your kindness and you were right I omitted duplicate one.
duplicate command has been removed.
docs/docs/target/container_image.md
Outdated
If you just want to scan the image config.For example: | ||
|
||
```shell | ||
$ trivy image --image-config-scanners secret vuln-image | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line breaks the document. You can build the doc with mage docs:serve
and see how it looks.
https://aquasecurity.github.io/trivy/v0.45/community/contribute/pr/#documentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i will check it and i will let you know tnx
remove --scanners none
Description
Related issues
--scanners none
#5182Checklist