Skip to content

Commit

Permalink
📖 fix typo (#3699)
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Korczynski <adam@adalogics.com>
  • Loading branch information
AdamKorcz committed Nov 28, 2023
1 parent fea2f45 commit 3cbafa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions probes/notArchived/def.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

id: notArchived
short: Check that the project is archvied
short: Check that the project is archived
motivation: >
A project which is not active might not be patched, have its dependencies patched, or be actively tested and used. However, a lack of active maintenance is not necessarily always a problem. Some software, especially smaller utility functions, does not normally need to be maintained. For example, a library that determines if an integer is even would not normally need maintenance unless an underlying implementation language definition changed. A lack of active maintenance should signal that potential users should investigate further to judge the situation.
implementation: >
Expand All @@ -24,4 +24,4 @@ outcome:
remediation:
effort: High
text:
- Non-collaborators, members or owners cannot affect the outcome of this probe.
- Non-collaborators, members or owners cannot affect the outcome of this probe.

0 comments on commit 3cbafa9

Please sign in to comment.