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

feat: support arr unmanaged file #89

Merged
merged 1 commit into from
Dec 1, 2020
Merged

Conversation

orsagie
Copy link
Contributor

@orsagie orsagie commented Sep 14, 2020

  • Ready for review
  • Follows CONTRIBUTING rules
  • Reviewed by Snyk internal team

What does this PR do?

Adds support for .aar files.

@orsagie orsagie requested a review from a team as a code owner September 14, 2020 09:18
@orsagie orsagie self-assigned this Sep 14, 2020
@ghost ghost requested review from anthogez and dkontorovskyy September 14, 2020 09:18
@@ -103,7 +103,7 @@ export async function createPomForJars(root: string): Promise<string> {
}

export function isJar(file: string): boolean {
return !!file.match(/\.(([jw]ar)|(zip))$/);
return !!file.match(/\.(([jwa]ar)|(zip))$/);
Copy link
Contributor

Choose a reason for hiding this comment

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

we should start splitting this to isValidFile or so

@orsagie orsagie merged commit 8691251 into master Dec 1, 2020
@orsagie orsagie deleted the spike/support-arr-files branch December 1, 2020 13:50
@snyksec
Copy link

snyksec commented Dec 1, 2020

🎉 This PR is included in version 2.24.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants