Skip to content

Commit 5376037

Browse files
Merge pull request #1035 from Checkmarx/fix/elchanan/fix/remove-not-supported-flag
Remove 'not yet supported' from container image flags (AST-81120)
2 parents 1574ebb + 764f214 commit 5376037

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Request reviewers
1717
env:
1818
GH_REPO: ${{ github.repository }}
19-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
19+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020
PRNUM: ${{ github.event.pull_request.number }}
2121
PRAUTHOR: ${{ github.event.pull_request.user.login }}
2222
run: gh pr edit $PRNUM --add-reviewer Checkmarx/ast-phoenix-team

internal/commands/scan.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ func scanCreateSubCommand(
564564
"",
565565
fmt.Sprintf("Parameters to use in SCA resolver (requires --%s).", commonParams.ScaResolverFlag),
566566
)
567-
createScanCmd.PersistentFlags().String(commonParams.ContainerImagesFlag, "", "List of container images to scan, ex: manuelbcd/vulnapp:latest,debian:10. (Not supported yet)")
567+
createScanCmd.PersistentFlags().String(commonParams.ContainerImagesFlag, "", "List of container images to scan, ex: manuelbcd/vulnapp:latest,debian:10.")
568568
createScanCmd.PersistentFlags().String(commonParams.ScanTypes, "", "Scan types, ex: (sast,iac-security,sca,api-security)")
569569

570570
createScanCmd.PersistentFlags().String(commonParams.TagList, "", "List of tags, ex: (tagA,tagB:val,etc)")

0 commit comments

Comments
 (0)