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

Update checkmarx/ast-github-action digest to 86e9ae5 #61

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 18, 2023

This PR contains the following updates:

Package Type Update Change
checkmarx/ast-github-action action digest 8e887bb -> 86e9ae5

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update checkmarx/ast-github-action digest to 41bb55b chore(deps): update checkmarx/ast-github-action digest to 41bb55b Jan 9, 2024
@renovate renovate bot force-pushed the renovate/checkmarx-ast-github-action-digest branch from 23aaeaf to 3fba51c Compare January 9, 2024 20:46
@renovate renovate bot changed the title chore(deps): update checkmarx/ast-github-action digest to 41bb55b Update checkmarx/ast-github-action digest to 41bb55b Jan 9, 2024
@renovate renovate bot force-pushed the renovate/checkmarx-ast-github-action-digest branch from 3fba51c to e691898 Compare January 9, 2024 20:49
@renovate renovate bot changed the title Update checkmarx/ast-github-action digest to 41bb55b Update checkmarx/ast-github-action digest to d76963f Jan 15, 2024
@renovate renovate bot force-pushed the renovate/checkmarx-ast-github-action-digest branch 2 times, most recently from 9405c6d to 54f89f9 Compare January 16, 2024 08:16
@renovate renovate bot changed the title Update checkmarx/ast-github-action digest to d76963f Update checkmarx/ast-github-action digest to 749fec5 Feb 5, 2024
@renovate renovate bot force-pushed the renovate/checkmarx-ast-github-action-digest branch from 54f89f9 to 4aad35e Compare February 5, 2024 12:11
@renovate renovate bot force-pushed the renovate/checkmarx-ast-github-action-digest branch from 4aad35e to c6ccb7a Compare February 15, 2024 23:36
@renovate renovate bot changed the title Update checkmarx/ast-github-action digest to 749fec5 Update checkmarx/ast-github-action digest to 71291db Feb 19, 2024
@renovate renovate bot force-pushed the renovate/checkmarx-ast-github-action-digest branch from c6ccb7a to 9e8f33b Compare February 19, 2024 22:44
@renovate renovate bot changed the title Update checkmarx/ast-github-action digest to 71291db Update checkmarx/ast-github-action digest to 75a1d77 Feb 22, 2024
@renovate renovate bot force-pushed the renovate/checkmarx-ast-github-action-digest branch from 9e8f33b to 369231b Compare February 22, 2024 19:39
@renovate renovate bot changed the title Update checkmarx/ast-github-action digest to 75a1d77 Update checkmarx/ast-github-action digest to 8a59a15 Apr 9, 2024
@renovate renovate bot force-pushed the renovate/checkmarx-ast-github-action-digest branch from 369231b to 822005f Compare April 9, 2024 16:47
Copy link

dryrunsecurity bot commented Apr 9, 2024

Hi there 👋, @DryRunSecurity here, below is a summary of our analysis and findings.

DryRun Security Status Findings
Server-Side Request Forgery Analyzer 0 findings
Configured Codepaths Analyzer 0 findings
IDOR Analyzer 0 findings
SQL Injection Analyzer 0 findings
Secrets Analyzer 0 findings
Authn/Authz Analyzer 0 findings
Sensitive Files Analyzer 0 findings

Note

🟢 Risk threshold not exceeded.

Change Summary (click to expand)

The following is a summary of changes in this pull request made by me, your security buddy 🤖. Note that this summary is auto-generated and not meant to be a definitive list of security issues but rather a helpful summary from a security perspective.

Summary:

This code change introduces a GitHub Actions workflow that integrates the Checkmarx One security testing platform into the repository. The workflow is configured to automatically trigger a Checkmarx One security scan whenever a pull request is opened, reopened, or synchronized. The scan results are then generated in the SARIF format and uploaded to GitHub, allowing for better visibility and integration with other security tools and workflows.

From an application security perspective, this is a positive step towards improving the security of the application. Integrating Checkmarx One into the GitHub workflow ensures that security vulnerabilities are identified and addressed early in the development process, which can help reduce the risk of introducing security issues into the production environment. The use of the SARIF format for reporting the scan results also aligns with industry best practices for secure software development.

Files Changed:

  • .github/workflows/checkmarx-one.yml: This file is a GitHub Actions workflow that triggers a Checkmarx One security scan on the repository whenever a pull request is opened, reopened, or synchronized. The workflow is configured to use the Checkmarx One CLI tool to create a zip archive of the source code and upload it to Checkmarx One for scanning. The scan is customized using various input parameters, such as the Checkmarx One base URI, client ID, client secret, and tenant. The workflow is also configured to generate a SARIF file containing the scan results and upload it to GitHub using the github/codeql-action/upload-sarif action.

Powered by DryRun Security

@renovate renovate bot changed the title Update checkmarx/ast-github-action digest to 8a59a15 Update checkmarx/ast-github-action digest to dd0f936 Apr 16, 2024
@renovate renovate bot force-pushed the renovate/checkmarx-ast-github-action-digest branch from 822005f to 3bf2cc4 Compare April 16, 2024 17:09
@renovate renovate bot changed the title Update checkmarx/ast-github-action digest to dd0f936 Update checkmarx/ast-github-action digest to 5ba4f16 May 8, 2024
@renovate renovate bot force-pushed the renovate/checkmarx-ast-github-action-digest branch from 3bf2cc4 to f6261b2 Compare May 8, 2024 16:13
@renovate renovate bot changed the title Update checkmarx/ast-github-action digest to 5ba4f16 Update checkmarx/ast-github-action digest to 63eb282 May 15, 2024
@renovate renovate bot force-pushed the renovate/checkmarx-ast-github-action-digest branch from f6261b2 to 282c1e2 Compare May 15, 2024 16:34
@renovate renovate bot changed the title Update checkmarx/ast-github-action digest to 63eb282 Update checkmarx/ast-github-action digest to 831a8d5 May 19, 2024
@renovate renovate bot force-pushed the renovate/checkmarx-ast-github-action-digest branch from 282c1e2 to 35c2b12 Compare May 19, 2024 21:23
@renovate renovate bot changed the title Update checkmarx/ast-github-action digest to 831a8d5 Update checkmarx/ast-github-action digest to 7039b12 Jun 19, 2024
@renovate renovate bot force-pushed the renovate/checkmarx-ast-github-action-digest branch from 35c2b12 to 1c953a0 Compare June 19, 2024 20:22
Copy link

guardrails bot commented Jun 19, 2024

⚠️ We detected 1 security issue in this pull request:

Hard-Coded Secrets (1)
Severity Details Docs
Medium Title: Github Key
uses: checkmarx/ast-github-action@7039b1245ad1d3960d44aa7c8a3517639fe7816b
📚

More info on how to fix Hard-Coded Secrets in General.


👉 Go to the dashboard for detailed results.

📥 Happy? Share your feedback with us.

@renovate renovate bot force-pushed the renovate/checkmarx-ast-github-action-digest branch from 1c953a0 to 7ece024 Compare June 23, 2024 09:49
@renovate renovate bot changed the title Update checkmarx/ast-github-action digest to a207a21 Update checkmarx/ast-github-action digest to 9fda5a4 Sep 19, 2024
@renovate renovate bot force-pushed the renovate/checkmarx-ast-github-action-digest branch from fc93abb to 3b75f2c Compare September 19, 2024 12:28
@renovate renovate bot changed the title Update checkmarx/ast-github-action digest to 9fda5a4 Update checkmarx/ast-github-action digest to 3b764b4 Sep 29, 2024
@renovate renovate bot force-pushed the renovate/checkmarx-ast-github-action-digest branch from 3b75f2c to 6670cca Compare September 29, 2024 10:33
@renovate renovate bot changed the title Update checkmarx/ast-github-action digest to 3b764b4 Update checkmarx/ast-github-action digest to ed196cd Oct 1, 2024
@renovate renovate bot force-pushed the renovate/checkmarx-ast-github-action-digest branch from 6670cca to 4e6542f Compare October 1, 2024 15:17
@renovate renovate bot changed the title Update checkmarx/ast-github-action digest to ed196cd Update checkmarx/ast-github-action digest to f0869bd Oct 8, 2024
@renovate renovate bot changed the title Update checkmarx/ast-github-action digest to f0869bd Update checkmarx/ast-github-action digest to 03a90e7 Nov 5, 2024
@renovate renovate bot force-pushed the renovate/checkmarx-ast-github-action-digest branch from 4e6542f to e13a018 Compare November 5, 2024 17:06
@renovate renovate bot changed the title Update checkmarx/ast-github-action digest to 03a90e7 Update checkmarx/ast-github-action digest to de327a9 Nov 19, 2024
@renovate renovate bot force-pushed the renovate/checkmarx-ast-github-action-digest branch from e13a018 to 7c735d4 Compare November 19, 2024 13:37
@renovate renovate bot changed the title Update checkmarx/ast-github-action digest to de327a9 Update checkmarx/ast-github-action digest to b74e8d5 Dec 3, 2024
@renovate renovate bot force-pushed the renovate/checkmarx-ast-github-action-digest branch from 7c735d4 to 5483f7d Compare December 3, 2024 17:56
@renovate renovate bot changed the title Update checkmarx/ast-github-action digest to b74e8d5 Update checkmarx/ast-github-action digest to 95f502f Dec 10, 2024
@renovate renovate bot force-pushed the renovate/checkmarx-ast-github-action-digest branch from 5483f7d to 25a701b Compare December 10, 2024 20:36
@renovate renovate bot changed the title Update checkmarx/ast-github-action digest to 95f502f Update checkmarx/ast-github-action digest to 629a9fa Dec 17, 2024
@renovate renovate bot force-pushed the renovate/checkmarx-ast-github-action-digest branch from 25a701b to 5ee456e Compare December 17, 2024 13:35
@renovate renovate bot changed the title Update checkmarx/ast-github-action digest to 629a9fa Update checkmarx/ast-github-action digest to 184bf2f Dec 31, 2024
@renovate renovate bot force-pushed the renovate/checkmarx-ast-github-action-digest branch from 5ee456e to 9a0f4a2 Compare December 31, 2024 17:06
@renovate renovate bot changed the title Update checkmarx/ast-github-action digest to 184bf2f Update checkmarx/ast-github-action digest to 9fda4ab Jan 27, 2025
@renovate renovate bot force-pushed the renovate/checkmarx-ast-github-action-digest branch from 9a0f4a2 to ff3b193 Compare January 27, 2025 18:09
@renovate renovate bot force-pushed the renovate/checkmarx-ast-github-action-digest branch from ff3b193 to a917cbd Compare February 4, 2025 18:09
@renovate renovate bot changed the title Update checkmarx/ast-github-action digest to 9fda4ab Update checkmarx/ast-github-action digest to 6853367 Feb 4, 2025
@renovate renovate bot changed the title Update checkmarx/ast-github-action digest to 6853367 Update checkmarx/ast-github-action digest to dda03dc Feb 6, 2025
@renovate renovate bot force-pushed the renovate/checkmarx-ast-github-action-digest branch from a917cbd to 7f66cf1 Compare February 6, 2025 16:51
@renovate renovate bot changed the title Update checkmarx/ast-github-action digest to dda03dc Update checkmarx/ast-github-action digest to d3c7e51 Feb 11, 2025
@renovate renovate bot force-pushed the renovate/checkmarx-ast-github-action-digest branch from 7f66cf1 to 606e6b8 Compare February 11, 2025 12:34
@renovate renovate bot changed the title Update checkmarx/ast-github-action digest to d3c7e51 Update checkmarx/ast-github-action digest to 86e9ae5 Feb 13, 2025
@renovate renovate bot force-pushed the renovate/checkmarx-ast-github-action-digest branch from 606e6b8 to 9627d1e Compare February 13, 2025 18:46
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.

1 participant