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

Adding unique contributors email column to all scms contributors-count report #633

Closed
wants to merge 949 commits into from

Conversation

tiagobcx
Copy link
Contributor

@tiagobcx tiagobcx commented Jan 4, 2024

By submitting a PR to this repository, you agree to the terms within the Checkmarx Code of Conduct. Please see the contributing guidelines for how to create and submit a high-quality PR for this repo.

Description

  • Adding uniqueContributorsEmail to all the scms

Testing

  • Manual and integration tests

Checklist

  • I have added documentation for new/changed functionality in this PR (if applicable).
  • I have updated the CLI help for new/changed functionality in this PR (if applicable).
  • All active GitHub checks for tests, formatting, and security are passing
  • The correct base branch is being used

hmmachadocx and others added 30 commits April 28, 2022 15:41
* AST-11602 - CLI | Add SSH key to scan create command

- Added --ssh-key flag to scan create
- Added unit tests and integration tests
- Code refactoring

* AST-11602 - CLI | Add SSH key to scan create command

- Added missing private key in integration tests

* AST-11602 - CLI | Add SSH key to scan create command

- Fixed unit tests

* AST-11602 - CLI | Add SSH key to scan create command

- Added --ssh-key flag to scan create
- Added unit tests and integration tests
- Code refactoring

* AST-11602 - CLI | Add SSH key to scan create command

- Added missing private key in integration tests

* AST-11602 - CLI | Add SSH key to scan create command

- Fixed unit tests

* AST-11602 - CLI | Add SSH key to scan create command

- Fixed unit tests and lint

* AST-11602 - CLI | Add SSH key to scan create command

- Fixed unit tests

* AST-11602 - CLI | Add SSH key to scan create command

- Added debug flag to check error in cicd

* AST-11602 - CLI | Add SSH key to scan create command

- print error cicd

* AST-11602 - CLI | Add SSH key to scan create command

- Fixed ssh test to create temp file to read ssh key

* AST-11602 - CLI | Add SSH key to scan create command

- Fix cicd integration tests

* AST-11602 - CLI | Add SSH key to scan create command

- Remove helping printed messages

* AST-11603 - CLI | Add SSH key to project create command

- Add --ssh-key flag to project create and update project configuration with the ssh-key after project create

- Unit tests and integration tests added

* AST-11603 - CLI | Add SSH key to project create command

- Fixed lint errors

* AST-11621 - CLI | Handle file filters when source is zip file

- Added logs to check tests in CICD

* AST-11621 - CLI | Handle file filters when source is zip file

- Added logs to check tests in CICD

* AST-11602 - CLI | Add SSH key to scan create command

- Removed private keys from project;
- defer remove file

* AST-11603 - CLI | Add SSH key to project create command

- added repository url to create project command;

* AST-11603 - CLI | Add SSH key to project create command

- added unit tests and integration tests for project creation with ssh key

* AST-11603 - CLI | Add SSH key to project create command

- Fix lint errors

* AST-11603 - CLI | Add SSH key to project create command

- Fix lint errors

* AST-11603 - CLI | Add SSH key to project create command

- Fix unit tests

* AST-11603 - CLI | Add SSH key to project create command

- Fixed integration tests

* AST-11603 - CLI | Add SSH key to project create command

- Fixed merged with main

* AST-11603 - CLI | Add SSH key to project create command

- Fixed conflicts after merge with main
* AST-11602 - CLI | Add SSH key to scan create command

- Added --ssh-key flag to scan create
- Added unit tests and integration tests
- Code refactoring

* AST-11602 - CLI | Add SSH key to scan create command

- Added missing private key in integration tests

* AST-11602 - CLI | Add SSH key to scan create command

- Fixed unit tests

* AST-11602 - CLI | Add SSH key to scan create command

- Added --ssh-key flag to scan create
- Added unit tests and integration tests
- Code refactoring

* AST-11602 - CLI | Add SSH key to scan create command

- Added missing private key in integration tests

* AST-11602 - CLI | Add SSH key to scan create command

- Fixed unit tests

* AST-11602 - CLI | Add SSH key to scan create command

- Fixed unit tests and lint

* AST-11602 - CLI | Add SSH key to scan create command

- Fixed unit tests

* AST-11602 - CLI | Add SSH key to scan create command

- Added debug flag to check error in cicd

* AST-11602 - CLI | Add SSH key to scan create command

- print error cicd

* AST-11602 - CLI | Add SSH key to scan create command

- Fixed ssh test to create temp file to read ssh key

* AST-11602 - CLI | Add SSH key to scan create command

- Fix cicd integration tests

* AST-11602 - CLI | Add SSH key to scan create command

- Remove helping printed messages

* AST-11603 - CLI | Add SSH key to project create command

- Add --ssh-key flag to project create and update project configuration with the ssh-key after project create

- Unit tests and integration tests added

* AST-11603 - CLI | Add SSH key to project create command

- Fixed lint errors

* AST-11621 - CLI | Handle file filters when source is zip file

- Created unzip file function to apply file filters in zip files

* AST-11621 - CLI | Handle file filters when source is zip file

- Added logs to check tests in CICD

* Revert "AST-11621 - CLI | Handle file filters when source is zip file"

This reverts commit 8372e4f.

* AST-11621 - CLI | Handle file filters when source is zip file

- Added logs to check tests in CICD

* AST-11621 - CLI | Handle file filters when source is zip file

- Added logs to check tests in CICD

* AST-11602 - CLI | Add SSH key to scan create command

- Removed private keys from project;
- defer remove file

* AST-11603 - CLI | Add SSH key to project create command

- added repository url to create project command;

* AST-11603 - CLI | Add SSH key to project create command

- added unit tests and integration tests for project creation with ssh key

* AST-11603 - CLI | Add SSH key to project create command

- Fix lint errors

* AST-11603 - CLI | Add SSH key to project create command

- Fix lint errors

* AST-11603 - CLI | Add SSH key to project create command

- Fix unit tests

* AST-11603 - CLI | Add SSH key to project create command

- Added unit test

* AST-11603 - CLI | Add SSH key to project create command

- Added excluded unit test by mistake

* AST-11603 - CLI | Add SSH key to project create command

- Added integration test for filter zip file feature

* AST-11603 - CLI | Add SSH key to project create command

- Fixed integration tests
* Update sanitize function

* fix linter

* improve body print

* remove comment
* Updated the versions for github actions.

* Using golang:alpine as the base image.

* Adding Non-privileged user.

* Base image changed to alpine.
Bash installation.

* Scanning the repo on push to main branch.

* Using version tag insted of 'latest' in Dockerfile.
* modified scan output log with additional params
* handle async call html and json messages
Improve PR handling
* first version for release notes

* new automation

* Update release.yml

Co-authored-by: Pedro Lopes <[email protected]>
* create universal

* adding new changes

Co-authored-by: Pedro Lopes <[email protected]>
…416)

* added auto release notes and teams notification with release details
adding teams notifications
dependabot bot and others added 13 commits November 20, 2023 17:22
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.7.0...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix small bugs
* fix for results total count as zero

* adding integration tests

---------

Co-authored-by: Pedro Lopes <[email protected]>
* correct link for results

* fixing linter

* correct build of constant

* fix urls

* updating links and identifiers

---------

Co-authored-by: Pedro Lopes <[email protected]>
…command (#623)

* fixing for incremental scan appearing as Full scan when using scan list command
Bumps alpine from 3.18.4 to 3.19.0.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.17.0 to 1.18.2.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](spf13/viper@v1.17.0...v1.18.2)

---
updated-dependencies:
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](google/uuid@v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.15.0 to 0.17.0.
- [Commits](golang/crypto@v0.15.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@pedrompflopes pedrompflopes requested review from a team, sshay77 and helderfvieira and removed request for a team January 4, 2024 11:10
@github-actions github-actions bot added the bug Something isn't working label Jan 4, 2024
Copy link

github-actions bot commented Jan 4, 2024

Logo
Checkmarx One – Scan Summary & Detailseb3d75b7-7f0d-4d79-98c5-e4f6d780352e

No New Or Fixed Issues Found

@tiagobcx tiagobcx changed the title Bug/unique contributors Adding unique contributors email column to all scms contributors-count report Jan 4, 2024
@ittaigilat-cx ittaigilat-cx force-pushed the bug/uniqueContributors branch from 5dda381 to b4f63e4 Compare January 4, 2024 15:00
@pedrompflopes pedrompflopes deleted the bug/uniqueContributors branch January 8, 2024 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.