Skip to content

Remove boolean from --tar-archive flag#26

Open
skypaw wants to merge 2 commits intoorcasecurity:mainfrom
skypaw:fix-tar-archive-flag
Open

Remove boolean from --tar-archive flag#26
skypaw wants to merge 2 commits intoorcasecurity:mainfrom
skypaw:fix-tar-archive-flag

Conversation

@skypaw
Copy link

@skypaw skypaw commented Jul 14, 2025

Tar images scans are failing with error: Error: "orca-cli image scan" accepts 1 arg(s), received 2: [./image.tar, true]

This Github Actions is producing: orca-cli--project-key proj_key image scan ./image.tar --tar-archive true
Based on the documentation Orca CLI input should be: orca-cli--project-key proj_key image scan ./image.tar --tar-archive

By removing boolean from the flag we remove second argument from the list provided in error.

Copy link

@orca-security-eu orca-security-eu bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed SAST high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Vulnerabilities high 0   medium 0   low 0   info 0 View in Orca

@skypaw
Copy link
Author

skypaw commented Jul 15, 2025

Hi @sagic-orca, @matanengber-orca.
I've prepared pr to fix problem with running scans of tar images. If you have a while, please take a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant