Skip to content

Commit

Permalink
Add ironcore-dev and cobaltcore-dev as SAP orgs (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuckal777 authored Sep 9, 2024
1 parent 1e08fa1 commit 23c1cf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/makefile/makefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ func newMakefile(cfg *core.Configuration, sr golang.ScanResult) *makefile {
// TODO: checking on GoVersion is only an aid until we can properly detect rust applications
isGolang := sr.GoVersion != ""
isSAPCC := strings.HasPrefix(cfg.Metadata.URL, "https://github.com/sapcc") ||
strings.HasPrefix(cfg.Metadata.URL, "https://github.com/cobaltcore-dev") ||
strings.HasPrefix(cfg.Metadata.URL, "https://github.com/ironcore-dev") ||
strings.HasPrefix(cfg.Metadata.URL, "https://github.wdf.sap.corp") ||
strings.HasPrefix(cfg.Metadata.URL, "https://github.tools.sap")

Expand Down

0 comments on commit 23c1cf4

Please sign in to comment.