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

Add missing Detection Date to report #630

Closed
wants to merge 946 commits into from

Conversation

margaritalm
Copy link
Contributor

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

Describe the purpose of this PR along with any background information and the impacts of the proposed change.

References

Include supporting link to GitHub Issue/PR number

Testing

Describe how this change was tested. Be specific about anything not tested and reasons why. If this solution has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.

Please include any manual steps for testing end-to-end or functionality not covered by unit/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

jay-nanduri and others added 30 commits April 27, 2022 11:51
* engine filters configuration and unit test
Bumps golang from 1.18.0 to 1.18.1.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* 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

- Clarify it is a private key required
* 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
tiagobcx and others added 12 commits November 13, 2023 11:42
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.15.0.
- [Commits](golang/crypto@v0.14.0...v0.15.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>
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.3.1 to 1.4.0.
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](google/uuid@v1.3.1...v1.4.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 [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]>
@pedrompflopes pedrompflopes requested review from a team, pedrompflopes and igorlombacx and removed request for a team December 20, 2023 09:36
Copy link

github-actions bot commented Dec 20, 2023

Logo
Checkmarx One – Scan Summary & Details98b76aff-7cc4-4db1-bb19-e103294f8165

No New Or Fixed Issues Found

igorlombacx and others added 6 commits December 20, 2023 17:02
…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 force-pushed the FixMissingDetectionDateGLReport branch from ea66d04 to adb4742 Compare December 21, 2023 16:07
@ittaigilat-cx ittaigilat-cx force-pushed the FixMissingDetectionDateGLReport branch from adb4742 to 6df1e1f Compare January 4, 2024 15:00
@margaritalm margaritalm deleted the FixMissingDetectionDateGLReport branch April 7, 2024 14:55
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.