Git Product home page Git Product logo

Comments (6)

kreutzr avatar kreutzr commented on September 21, 2024 2

from trivy-maven-plugin.

netodevel-orla avatar netodevel-orla commented on September 21, 2024 1

Hi @kreutzr,
The plugin is now available on maven central for download 🚀 and we have also added the ability to choose the trivy binary version.

Enjoy and share

 <plugin>
      <groupId>tech.orla</groupId>
      <artifactId>trivy-maven-plugin</artifactId>
      <version>1.0.1</version>
          <configuration>
              <vulnType>os,library</vulnType>
              <severity>HIGH,CRITICAL</severity>
              <ignoreUnfixed>true</ignoreUnfixed>
              <trivyVersion>v0.49.1</trivyVersion>
          </configuration>
      <executions>
          <execution>
              <goals>
                  <goal>trivy-scan</goal>
              </goals>
          </execution>
      </executions>
</plugin>

from trivy-maven-plugin.

netodevel-orla avatar netodevel-orla commented on September 21, 2024

hi @kreutzr, let's examine the error.

from trivy-maven-plugin.

kreutzr avatar kreutzr commented on September 21, 2024

ReHi @netodevel-orla . Thanks for looking after that. I hope to find some time tomorrow to check, if the plugin is still there. I'll let you know :) But it would be helpful to find the plugin e.g. here (https://mvnrepository.com/search?q=plugin&c=maven-plugins).

from trivy-maven-plugin.

netodevel-orla avatar netodevel-orla commented on September 21, 2024

@kreutzr,
We will publish to maven in the near future when we have a more final version.
Would it help if we published it on the github package registry?

from trivy-maven-plugin.

netodevel-orla avatar netodevel-orla commented on September 21, 2024

I'll close then.
There will be developments in this project soon.
Thanks for the feedback.

from trivy-maven-plugin.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.