Commit Graph

29 Commits

Author SHA1 Message Date
Justin Chadwell ad45d2d936 lint: tidy spaces inside spans 2022-07-28 11:27:10 +01:00
Allie Sadler cab9f914bf
ENGDOCS-846 (#15219)
* ENGDOCS-846

* fix broken links

* fix links

* fix broken links

* fix broken links

* fix broken links
2022-07-27 13:26:22 +01:00
David Scott db2bd107eb
docker scan: using an HTTP proxy (#15044)
* docker scan: using an HTTP proxy

Explain how to use an HTTP proxy in `docker scan`. It's confusing
because it doesn't use the same settings as the engine, the CLI
or Docker Desktop.

Signed-off-by: David Scott <dave.scott@docker.com>

* Update engine/scan/index.md

Clarify proxy:port as proxyAddress:port

Co-authored-by: Paweł Gronowski <me@woland.xyz>

* Update engine/scan/index.md

Capitalize PowerShell

Co-authored-by: Paweł Gronowski <me@woland.xyz>

Co-authored-by: Paweł Gronowski <me@woland.xyz>
2022-07-18 14:48:45 +01:00
CrazyMax f3c4a25133
fix files with CRLF control characters
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-05-25 07:54:32 +02:00
Usha Mandya 7b0e7b94f4 Update docker scan pages to include info on Log4J fix
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-12-15 11:42:37 +00:00
Usha Mandya d3f03c5203 Update Docker scan CTA
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-12-11 20:51:51 +00:00
Usha Mandya 01a6d5d55f Update scan CTA
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-09-24 11:46:04 +01:00
Sebastiaan van Stijn 1583678203
Add missing code-hints, and minor markdown edits
- Add missing code-hints (console, yaml)
- Consistently add an empty line after code-blocks
- Combine some examples where the output and the command were
  put in separate blocks. With the "console" code-hint, this
  is no longer nescessary.
- fix indentation in cloud/ecs-integration.md, which caused the
  numbered-list to be interrupted.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-16 12:59:23 +02:00
Sebastiaan van Stijn 116e3a838f
engine: use "console" for shell examples
This allows for easier copying of the commands, without selecting the
prompt.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-06 17:20:02 +02:00
Matthias Scholz 0dd3dcd6ae
📝 🐛 typo command 2021-04-21 16:02:53 +02:00
Guillaume Lours f2822d7862
Change the repository link to open an issue on docker scan plugin (#12722)
* Change the repository link to open an issue on docker scan plugin

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>

* Remove the statement on trials

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-04-21 09:36:58 +01:00
Usha Mandya 3db32ba9b4 Minor style update
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-03-25 11:47:37 +00:00
Usha Mandya 055127bc81 Remove beta note from Docker scan doc
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-03-24 19:47:04 +00:00
Usha Mandya 1651a230de Reorganize Docker scan docs
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-03-23 22:55:33 +00:00
Usha Mandya 5bceac5dc9 Update docker scan version
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-03-04 12:55:21 +00:00
Usha Mandya ec70070506 Add note on viewing scan results on Desktop and Hub dashboards
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-02-17 17:35:05 +00:00
Usha Mandya 70831b5a2d
Update index.md 2020-12-11 14:11:26 +00:00
Bahadır YARDIM 4d5275f5e6
Severity parameter samples UI bug fixed. 2020-12-10 19:09:30 +03:00
Usha Mandya a80750a132
Merge pull request #11866 from bhdryrdm/patch-2
Forgotten dash added for exclude-base parameter.
2020-12-10 15:12:29 +00:00
Guillaume Lours 872d7dc38a
Add documentation of the severity flag in Docker Scan plugin (#11842)
* Add documentation of the severity flag in Docker Scan plugin

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>

* Update documentation after PR review

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>

* Add documentation for Docker Scan --group-issues flag

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>

* Minor update

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-12-10 14:59:27 +00:00
Bahadır YARDIM 13347fee1f
Forgotten dash added for exclude-base parameter. 2020-12-09 14:33:16 +03:00
Sebastiaan van Stijn 393d3f6566
Add rel="noopener" to external links
See https://web.dev/external-anchors-use-rel-noopener/

Using noopener, as that addresses the security issue. "noreferer" blocks
the REFERER header, which may still be useful for some target URLs.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-12 13:09:30 +02:00
Usha Mandya 72226762e7 Add link to HVS docs from docker scan CLI page 2020-10-08 15:15:28 +01:00
Usha Mandya 0b9b4f4bb8
Remove duplicate words 2020-09-29 14:53:44 +01:00
Silvin Lubecki 08a4c79c2d Fix feedback link
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
2020-09-29 15:17:57 +02:00
Usha Mandya 8279fbf580 Add link to vuln scanning cheat sheet 2020-09-24 16:12:38 +01:00
Silvin Lubecki ef9bd5ab20
Add a note about snyk minimal version. (#11346)
* Add a note about snyk minimal version.
Bump docker scan and snyk versions in the docker scan --version output sample.

Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>

* Minor style updates

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-09-08 11:44:37 +01:00
Thomas Shaw 945339fdcc
Small typo 2020-09-03 16:30:59 +01:00
Usha Mandya eb44071863 Add docs for vulnerability scanning 2020-09-01 16:31:48 +01:00