Skip to content

Commit

Permalink
fix: fcli ssc artifact get: Include scan data in output (resolves #637
Browse files Browse the repository at this point in the history
)

Co-authored-by: Michael Snowden <[email protected]>
  • Loading branch information
MikeTheSnowman and Michael Snowden authored Nov 9, 2024
1 parent 96342cd commit e6f1a3e
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 e6f1a3e

Please sign in to comment.