Skip to content

Commit

Permalink
Exclude maven default directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sweoggy committed Jan 8, 2025
1 parent f13430f commit 13143a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/fingerprint/exclusion.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ var defaultFingerprintExclusions = DefaultFingerprintExclusionList{
".git",
"obj",
"bower_components",
".m2" // Default Maven directory for settings.xml and dependencies

Check failure on line 31 in internal/fingerprint/exclusion.go

View workflow job for this annotation

GitHub Actions / scan

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 31 in internal/fingerprint/exclusion.go

View workflow job for this annotation

GitHub Actions / CLI (ubuntu-latest)

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 31 in internal/fingerprint/exclusion.go

View workflow job for this annotation

GitHub Actions / Lint

syntax error: unexpected newline in composite literal; possibly missing comma or }) (typecheck)

Check failure on line 31 in internal/fingerprint/exclusion.go

View workflow job for this annotation

GitHub Actions / Lint

syntax error: unexpected newline in composite literal; possibly missing comma or } (typecheck)

Check failure on line 31 in internal/fingerprint/exclusion.go

View workflow job for this annotation

GitHub Actions / Lint

missing ',' before newline in composite literal (typecheck)

Check failure on line 31 in internal/fingerprint/exclusion.go

View workflow job for this annotation

GitHub Actions / Lint

syntax error: unexpected newline in composite literal; possibly missing comma or }) (typecheck)

Check failure on line 31 in internal/fingerprint/exclusion.go

View workflow job for this annotation

GitHub Actions / Lint

syntax error: unexpected newline in composite literal; possibly missing comma or }) (typecheck)

Check failure on line 31 in internal/fingerprint/exclusion.go

View workflow job for this annotation

GitHub Actions / Reachability Analysis E2E (ubuntu-latest, 11)

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 31 in internal/fingerprint/exclusion.go

View workflow job for this annotation

GitHub Actions / Reachability Analysis E2E (ubuntu-latest, 17)

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 31 in internal/fingerprint/exclusion.go

View workflow job for this annotation

GitHub Actions / Reachability Analysis E2E (ubuntu-latest, 20)

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 31 in internal/fingerprint/exclusion.go

View workflow job for this annotation

GitHub Actions / Reachability Analysis E2E (macos-latest, 11)

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 31 in internal/fingerprint/exclusion.go

View workflow job for this annotation

GitHub Actions / Reachability Analysis E2E (macos-latest, 17)

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 31 in internal/fingerprint/exclusion.go

View workflow job for this annotation

GitHub Actions / Reachability Analysis E2E (macos-latest, 20)

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 31 in internal/fingerprint/exclusion.go

View workflow job for this annotation

GitHub Actions / Reachability Analysis E2E (windows-latest, 11)

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 31 in internal/fingerprint/exclusion.go

View workflow job for this annotation

GitHub Actions / Reachability Analysis E2E (windows-latest, 17)

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 31 in internal/fingerprint/exclusion.go

View workflow job for this annotation

GitHub Actions / Reachability Analysis E2E (windows-latest, 20)

syntax error: unexpected newline in composite literal; possibly missing comma or }
},
Files: []string{
"gradlew", "gradlew.bat", "mvnw", "mvnw.cmd", "gradle-wrapper.jar", "maven-wrapper.jar",
Expand Down

0 comments on commit 13143a8

Please sign in to comment.