Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Technological Book #34

Open
LilDaumer opened this issue May 2, 2024 · 0 comments
Open

Technological Book #34

LilDaumer opened this issue May 2, 2024 · 0 comments
Assignees

Comments

@LilDaumer
Copy link

**Name of the "technological book" ** A distinct name for the tech_stack`

Filenames to look for in the repository
This defines the name of the file used as the criteria of detection. For eg, the presence of yarn.lock is the detection criteria for Yarn.

File extensions to look for in the repository
This defines the extensions of files used as the criteria of detection. For eg, the presence of .csproj extension is a detection criteria for AspNetCore.

Content/Regex to look for in the above-mentioned filename/extensions
This defines the content to look for in the file with the name/extensions defined above. For eg, the presence of <Project Sdk="Microsoft.NET.Sdk.Web"> in a file with extension .csproj is the detection criteria for AspNetCore

Sample public repository which we can add to our test suite
Provide a public repo which contains relevant files and is expected to have the above mentioned tech_stack. This repo will be added to our regression test suite.

Additional context
Add any other context or screenshots about the feature request 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

No branches or pull requests

2 participants