Skip to content

Commit

Permalink
Run contextual analysis and secret detection in Docker scans jfrog/jf…
Browse files Browse the repository at this point in the history
  • Loading branch information
guyshe-jfrog committed Apr 24, 2024
1 parent dac0f92 commit bd3f341
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions utils/coreutils/techutils.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const (
Nuget Technology = "nuget"
Dotnet Technology = "dotnet"
Docker Technology = "docker"
Oci Technology = "oci"
)

const Pypi = "pypi"
Expand Down Expand Up @@ -145,6 +146,12 @@ var technologiesData = map[Technology]TechData{
packageDescriptors: []string{".sln", ".csproj"},
formal: ".NET",
},
Docker: {
applicabilityScannable: true,
},
Oci: {
applicabilityScannable: true,
},
}

func (tech Technology) ToFormal() string {
Expand Down

0 comments on commit bd3f341

Please sign in to comment.