-
Notifications
You must be signed in to change notification settings - Fork 28
test branch #983
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
test branch #983
Changes from all commits
9c8ceb0
29d183f
ca8146e
8bcd5e0
fb4f063
8fc8e6a
2452fa6
914f4ef
79d279c
29161db
51b3634
27da0fb
7197057
08a0ad4
d7b1fc1
cd006eb
03d597b
52a8ec3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,6 +16,7 @@ jobs: | |
| - run: go version | ||
| - name: go test with coverage | ||
| run: | | ||
| docker info | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The removal of |
||
| sudo chmod +x ./internal/commands/.scripts/up.sh | ||
cx-ben-alvo marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| ./internal/commands/.scripts/up.sh | ||
| - name: Check if total coverage is greater then 79.9 | ||
|
|
@@ -175,7 +176,7 @@ jobs: | |
| env: | ||
| TRIVY_SKIP_DB_UPDATE: true | ||
| TRIVY_SKIP_JAVA_DB_UPDATE: true | ||
|
|
||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It seems like there is an unnecessary change from a tab to a space on this line. Please revert it if it does not serve a specific purpose. |
||
| - name: Inspect action report | ||
| if: always() | ||
| shell: bash | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,7 +12,7 @@ | |
|
|
||
| </div> | ||
|
|
||
| <!-- PROJECT LOGO --> | ||
| <!-- PROJECT LOGO --> | ||
| <br /> | ||
| <p align="center"> | ||
| <a href=""> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| module github.com/checkmarx/ast-cli | ||
|
|
||
| go 1.23.3 | ||
| go 1.23.5 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The |
||
|
|
||
| require ( | ||
| github.com/Checkmarx/containers-resolver v1.0.4 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -60,7 +60,7 @@ const ( | |
| containerVolumeFlag = "-v" | ||
| containerNameFlag = "--name" | ||
| containerRemove = "--rm" | ||
| containerImage = "checkmarx/kics:latest" | ||
| containerImage = "checkmarx/kics:v2.1.3" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The container image tag has been changed to include a |
||
| containerScan = "scan" | ||
| containerScanPathFlag = "-p" | ||
| containerScanPath = "/path" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -27,7 +27,7 @@ const ( | |
| filesContainerVolume = ":/files" | ||
| resultsContainerLocation = "/kics/" | ||
| containerRemove = "--rm" | ||
| containerImage = "checkmarx/kics:latest" | ||
| containerImage = "checkmarx/kics:v2.1.3" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's not recommended to hardcode the version of the container image ( |
||
| containerNameFlag = "--name" | ||
| remediateCommand = "remediate" | ||
| resultsFlag = "--results" | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.