Skip to content

Commit 8076d36

Browse files
authored
Merge pull request #101954 from changeworld/patch-1
Fix typo
2 parents 4dfb858 + d53fd91 commit 8076d36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/concept-vulnerability-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Compute instances get the latest VM images at the time of provisioning. Microsof
8181
* [Mount data](how-to-customize-compute-instance.md) to persist files when recreating your instance.
8282
* See [Compute Instance release notes](azure-machine-learning-ci-image-release-notes.md) for details on image releases.
8383

84-
1. Alternatively, regularly update OS and python packages.
84+
1. Alternatively, regularly update OS and Python packages.
8585

8686
* Use Linux package management tools to update the package list with the latest versions.
8787

@@ -103,7 +103,7 @@ Compute instances get the latest VM images at the time of provisioning. Microsof
103103

104104
You may install and run additional scanning software on compute instance to scan for security issues.
105105

106-
* [Trivy](https://github.com/aquasecurity/trivy) may be used to discover OS and python package level vulnerabilities.
106+
* [Trivy](https://github.com/aquasecurity/trivy) may be used to discover OS and Python package level vulnerabilities.
107107
* [ClamAV](https://www.clamav.net/) may be used to discover malware and comes pre-installed on compute instance.
108108
* Defender for Server agent installation is currently not supported.
109109
* Consider using [customization scripts](./how-to-customize-compute-instance.md) for automation.

0 commit comments

Comments
 (0)