Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
operations: innersource: housekeeping: Remove outdated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pdxjohnny authored Feb 7, 2023
1 parent 2d18ff7 commit cad083a
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions operations/innersource/dffml_operations_innersource/operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,6 @@
GroovyFileWorkflowUnixStylePath = NewType("GroovyFileWorkflowUnixStylePath", str)
ActionYAMLFileWorkflowUnixStylePath = NewType("ActionYAMLFileWorkflowUnixStylePath", str)

# Check for
# "usage", "example(s)", "Known issues" (text or link to issue tracker) in docs
# Support / contact information in docs (issue tracker link)
# Linting (goovy linter, YAML linting), score it needs to meet
# CI/CD on library itself (Actions workflows or webhooks configured)
# We want to check for branch protection
# We want to make sure that the issues are being addressed (hyptothetical SLA estimates)
# Libraries should not have any hardcoded settings
# Credentials must be managed securly and with minimal scope needed
# Dependencies
# - Must be explictly documented somewhere (SBOM okay)
# - All dependnecies should be created by github or github verified createors or within dffml org
# We should seperate seperate functionality into seperate libraries
# We should be using symver


def relative_paths(
directory: str,
Expand Down

0 comments on commit cad083a

Please sign in to comment.