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

Log Tmp Zip File Path(AST-40077) #929

Merged
merged 14 commits into from
Nov 12, 2024
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cgr.dev/chainguard/bash@sha256:e1d16dec8d976859080d984167109b3557c2b6494f10be08147806b78bdef691
FROM cgr.dev/chainguard/bash@sha256:4eb8145143515a9be1d04b90e911431b3e48b74ddf62948c516d300c453c845f
USER nonroot

COPY cx /app/bin/cx
Expand Down
1 change: 1 addition & 0 deletions internal/commands/scan.go
Original file line number Diff line number Diff line change
Expand Up @@ -1817,6 +1817,7 @@ func setupScanHandler(cmd *cobra.Command, uploadsWrapper wrappers.UploadsWrapper

scanHandler.UploadURL = uploadURL
}
logger.Print("Temporary zip file path: " + zipFilePath)

var err error

Expand Down
1 change: 1 addition & 0 deletions internal/wrappers/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import (
"github.com/golang-jwt/jwt"

"github.com/checkmarx/ast-cli/internal/logger"

"github.com/pkg/errors"
"github.com/spf13/viper"

Expand Down
Loading