-
Notifications
You must be signed in to change notification settings - Fork 25
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
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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
* New KICS real-time scanner
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
… given project name (#607)
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]>
margaritalm
had a problem deploying
to
DEU_GALACTICA
December 20, 2023 09:36 — with
GitHub Actions
Failure
pedrompflopes
requested review from
a team,
pedrompflopes and
igorlombacx
and removed request for
a team
December 20, 2023 09:36
No New Or Fixed Issues Found |
…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
force-pushed
the
FixMissingDetectionDateGLReport
branch
from
December 21, 2023 16:07
ea66d04
to
adb4742
Compare
pedrompflopes
temporarily deployed
to
DEU_GALACTICA
December 21, 2023 16:07 — with
GitHub Actions
Inactive
pedrompflopes
approved these changes
Dec 21, 2023
ittaigilat-cx
force-pushed
the
FixMissingDetectionDateGLReport
branch
from
January 4, 2024 15:00
adb4742
to
6df1e1f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
References
Testing
Checklist