Skip to content

Commit

Permalink
Add query string embed=scan to get artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Snowden committed Nov 8, 2024
1 parent 96342cd commit a4de6c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class SSCArtifactGetCommand extends AbstractSSCArtifactOutputCommand impl

@Override
public HttpRequest<?> getBaseRequest() {
return getUnirestInstance().get(SSCUrls.ARTIFACT(artifactId));
return getUnirestInstance().get(SSCUrls.ARTIFACT(artifactId)).queryString("embed","scans");
}

@Override
Expand Down

0 comments on commit a4de6c1

Please sign in to comment.