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

Feature: Add New Command Line Client scbctl #2514

Merged
merged 11 commits into from
Jun 22, 2024

Conversation

Freedisch
Copy link
Member

@Freedisch Freedisch commented Jun 12, 2024

Description

This pull request a new command line client for SecureCodeBox with the scan command allowing users to create scans from their CLI

  • new scan command
  • added test cases
  • updated ci workflow

stream issue: #189

Checklist

  • Test your changes as thoroughly as possible before you commit them. Preferably, automate your test by unit/integration tests.
  • Make sure that all your commits are signed-off and that you are added to the Contributors file.
  • Make sure that all CI finish successfully.
  • Optional (but appreciated): Make sure that all commits are Verified.

Copy link

netlify bot commented Jun 12, 2024

Deploy Preview for docs-securecodebox canceled.

Name Link
🔨 Latest commit dd994b8
🔍 Latest deploy log https://app.netlify.com/sites/docs-securecodebox/deploys/66770bfe4feae800081032fc

@Weltraumschaf Weltraumschaf added the cli Issues regarding the CLI Integration label Jun 12, 2024
Copy link
Member

@J12934 J12934 left a comment

Choose a reason for hiding this comment

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

Looks cool, tried it locall and it works great :)
A couple of point we should address first but should be ready to merge soon 👍

scbctl/main.go Outdated Show resolved Hide resolved
scbctl/pkg/client.go Show resolved Hide resolved
scbctl/cmd/scans.go Outdated Show resolved Hide resolved
scbctl/cmd/scans_test.go Outdated Show resolved Hide resolved
scbctl/cmd/scans_test.go Show resolved Hide resolved
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

scbctl/cmd/scans_test.go Outdated Show resolved Hide resolved
scbctl/cmd/scans_test.go Show resolved Hide resolved
.github/workflows/ci.yaml Outdated Show resolved Hide resolved
Freedisch added 10 commits June 22, 2024 19:24
Signed-off-by: freedisch <freeproduc@gmail.com>
Signed-off-by: freedisch <freeproduc@gmail.com>
Signed-off-by: freedisch <freeproduc@gmail.com>
Signed-off-by: freedisch <freeproduc@gmail.com>
Signed-off-by: freedisch <freeproduc@gmail.com>
Signed-off-by: freedisch <freeproduc@gmail.com>
Signed-off-by: freedisch <freeproduc@gmail.com>
Signed-off-by: freedisch <freeproduc@gmail.com>
Signed-off-by: freedisch <freeproduc@gmail.com>
Signed-off-by: freedisch <freeproduc@gmail.com>
@J12934 J12934 merged commit 0a60fbe into secureCodeBox:main Jun 22, 2024
51 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Issues regarding the CLI Integration
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants