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

Trusty rule type should support rust and java #67

Open
ethomson opened this issue Mar 21, 2024 · 1 comment
Open

Trusty rule type should support rust and java #67

ethomson opened this issue Mar 21, 2024 · 1 comment
Labels
good first issue Good for newcomers P2 Nice to fix: non-critical items that should be evaluated and planned during issue triage

Comments

@ethomson
Copy link
Member

The Trusty PR rule type only supports npm, pypi, and go.

      ecosystems:
        - name: npm
          depfile: package-lock.json
        - name: pypi
          depfile: requirements.txt
        - name: go
          depfile: go.mod

We should support Java and Rust.

@evankanderson evankanderson added good first issue Good for newcomers P2 Nice to fix: non-critical items that should be evaluated and planned during issue triage labels Jul 16, 2024
@evankanderson
Copy link
Member

This will need the ability to parse the relevant dependency files for Java and Rust in Golang.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers P2 Nice to fix: non-critical items that should be evaluated and planned during issue triage
Projects
None yet
Development

No branches or pull requests

2 participants