Skip to content

Commit

Permalink
Bump Checkmarx/kics-github-action from 2.1.3 to 2.1.4 (#365)
Browse files Browse the repository at this point in the history
Bumps
[Checkmarx/kics-github-action](https://github.com/checkmarx/kics-github-action)
from 2.1.3 to 2.1.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/checkmarx/kics-github-action/releases">Checkmarx/kics-github-action's
releases</a>.</em></p>
<blockquote>
<h2>v2.1.4</h2>
<h2>What's Changed</h2>
<ul>
<li>Update to KICS v2.1.4 by <a
href="https://github.com/cxMiguelSilva"><code>@​cxMiguelSilva</code></a>
in <a
href="https://redirect.github.com/Checkmarx/kics-github-action/pull/123">Checkmarx/kics-github-action#123</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/Checkmarx/kics-github-action/compare/v2.1.3...v2.1.4">https://github.com/Checkmarx/kics-github-action/compare/v2.1.3...v2.1.4</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Checkmarx/kics-github-action/commit/5a6152ef88416063435cebadfec9de28bcfd041d"><code>5a6152e</code></a>
Merge pull request <a
href="https://redirect.github.com/checkmarx/kics-github-action/issues/123">#123</a>
from Checkmarx/v2.1.4-updates</li>
<li><a
href="https://github.com/Checkmarx/kics-github-action/commit/a3a61fdfb52b2093112176668febab3d55523175"><code>a3a61fd</code></a>
Update Dockerfile</li>
<li><a
href="https://github.com/Checkmarx/kics-github-action/commit/0954b0ef876335115cc28d74c4cf5d7b464317b3"><code>0954b0e</code></a>
Update README.md</li>
<li>See full diff in <a
href="https://github.com/checkmarx/kics-github-action/compare/94469746ec2c43de89a42fb9d2a80070f5d25b16...5a6152ef88416063435cebadfec9de28bcfd041d">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Checkmarx/kics-github-action&package-manager=github_actions&previous-version=2.1.3&new-version=2.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Widhalm <[email protected]>
  • Loading branch information
dependabot[bot] and widhalmt authored Feb 3, 2025
1 parent 185a01f commit 68a6ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# make sure results dir is created
run: mkdir -p results-dir
- name: run kics Scan
uses: Checkmarx/kics-github-action@94469746ec2c43de89a42fb9d2a80070f5d25b16 # v2.1.3
uses: Checkmarx/kics-github-action@5a6152ef88416063435cebadfec9de28bcfd041d # v2.1.4
with:
# path: 'roles,plugins'
path: '.'
Expand Down

0 comments on commit 68a6ad6

Please sign in to comment.