You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cnspec scan container image alpine:3.8.4 --config ~/demo.agent.credentials.json
! CLI pre-processing encountered an issue error="unknown flag: --config"
→ loaded configuration from /home/christian/demo.agent.credentials.json using source --config
→ using service account credentials
→ discover related assets for 1 asset(s)
→ synchronize assets
FTL failed to run scan error="rpc error: code = Internal desc = could not sync assets"
Works with v8 cnspec, so credentials seem fine.
I also tried it with edge. Same result.
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Select '....'
Scroll down to '....'
Note the error
Expected behavior
cnspec should sync the scanned assets.
Aditional context
For a vagrant scan it looks good:
When scanning a single image which isn't present in the local docker daemon, the platformID was missing.
Fixes#1952
Signed-off-by: Christian Zunker <[email protected]>
Describe the bug
Works with v8 cnspec, so credentials seem fine.
I also tried it with edge. Same result.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
cnspec should sync the scanned assets.
Aditional context
For a vagrant scan it looks good:
The text was updated successfully, but these errors were encountered: