Skip to content

Commit

Permalink
Merge pull request #929 from Checkmarx/bug/miryamFoifer/logZipTmpFile…
Browse files Browse the repository at this point in the history
…Path

Log Tmp Zip File Path(AST-40077)
  • Loading branch information
miryamfoiferCX authored Nov 12, 2024
2 parents 26b03d9 + f2c022f commit 05ce6dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
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

0 comments on commit 05ce6dd

Please sign in to comment.