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

Trivy not working on AzureDevops #61

Open
pierrealainhunout opened this issue Feb 21, 2024 · 0 comments
Open

Trivy not working on AzureDevops #61

pierrealainhunout opened this issue Feb 21, 2024 · 0 comments

Comments

@pierrealainhunout
Copy link

I am trying to make the trivy azure devops plugin work on azure devops :

with the following config

  • task: trivy@1
    displayName: Trivy MKP Plugin
    inputs:
    docker: false
    path: '$(System.DefaultWorkingDirectory)/build/libs/'
    devMode: true
    version: 'v0.48.1'
    severities: 'CRITICAL,HIGH,MEDIUM,LOW,UNKNOWN'
    exitCode : 0
    debug: true
    options: --version --debug

It seem it don't scan my build/libs folder

When i configure the following task :

Can someone give me insight to make the plugin work for scanning a folder that contains war file with java dependencies ?

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

No branches or pull requests

1 participant