Skip to content

Conversation

@shraddha-bajare
Copy link
Collaborator

Fixes #164

Added quality indicators for Docker.

Comment on lines +42 to +45
{
"@id": "https://w3id.org/everse/i/indicators/software_has_tests",
"@type": "@id"
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{
"@id": "https://w3id.org/everse/i/indicators/software_has_tests",
"@type": "@id"
},

Comment on lines +46 to +49
{
"@id": "https://w3id.org/everse/i/indicators/requirements_specified",
"@type": "@id"
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{
"@id": "https://w3id.org/everse/i/indicators/requirements_specified",
"@type": "@id"
}

Comment on lines +26 to +29
{
"@id": "https://w3id.org/everse/i/indicators/has_ci-tests",
"@type": "@id"
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{
"@id": "https://w3id.org/everse/i/indicators/has_ci-tests",
"@type": "@id"
},

Comment on lines +22 to +25
{
"@id": "https://w3id.org/everse/i/indicators/repository_workflows",
"@type": "@id"
},
Copy link
Contributor

@fdiblen fdiblen Dec 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can please you elaborate on why this indicator was added?

Comment on lines +56 to +59
{
"@id": "https://w3id.org/everse/i/indicators/no_leaked_credentials",
"@type": "@id"
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{
"@id": "https://w3id.org/everse/i/indicators/no_leaked_credentials",
"@type": "@id"
},

Comment on lines +60 to +63
{
"@id": "https://w3id.org/everse/i/indicators/has_no_linting_issues",
"@type": "@id"
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{
"@id": "https://w3id.org/everse/i/indicators/has_no_linting_issues",
"@type": "@id"
},

Comment on lines +64 to +67
{
"@id": "https://w3id.org/everse/i/indicators/has_releases",
"@type": "@id"
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{
"@id": "https://w3id.org/everse/i/indicators/has_releases",
"@type": "@id"
},

Comment on lines +72 to +75
{
"@id": "https://w3id.org/everse/i/indicators/fuzzing_use",
"@type": "@id"
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can please you elaborate on why this indicator was added?

Comment on lines +68 to +71
{
"@id": "https://w3id.org/everse/i/indicators/uses_tool_for_warnings_or_mistakes",
"@type": "@id"
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{
"@id": "https://w3id.org/everse/i/indicators/uses_tool_for_warnings_or_mistakes",
"@type": "@id"
},

Copy link
Contributor

@fdiblen fdiblen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the PR, @shraddha-bajare.

I made some suggestions. Please let me know if you want to chat before making further changes.

@vuillaut
Copy link
Contributor

vuillaut commented Jan 7, 2026

@shraddha-bajare there are pending comments here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add indicators for docker.json

4 participants