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

Fix documentation link #75

Open
farnulfo opened this issue Apr 21, 2022 · 1 comment
Open

Fix documentation link #75

farnulfo opened this issue Apr 21, 2022 · 1 comment

Comments

@sostrich
Copy link

sostrich commented Dec 8, 2022

Hi @farnulfo, thanks so much for the explanation in 73, that really helped me get a bit further.

For anyone stumbling across this, I will leave the correct configuration here.

configuration>
        <clientConfiguration>
              <authConfiguration>
                  <username>xxxxxxxx</username>
                  <password>yyyyyyyyy</password>
              </authConfiguration>
        </clientConfiguration>

(i.e. when I added the wrong username here, i got a 401.)

I'm trying to get it to work from the command line, sadly
mvn org.sonatype.ossindex.maven:ossindex-maven-plugin:audit-aggregate -f pom.xml -"Dossindex.clientConfiguration.authConfiguration.username={WRONG_USERNAME}" -"Dossindex.clientConfiguration.authConfiguration.password={SOME_PASSWORD}" still does not return a 401, but the correct cve result, so I think this is not how you run it from the command line
I find that the documentation is really lacking here.:/

If anyone has any idea, how to configure this from the command line, this would be a great help.

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

2 participants