Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions checkov.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: checkov
version: "3.2.479"
version: "3.2.483"
epoch: 0
description: "static code and composition analysis tool for IaC"
copyright:
Expand Down Expand Up @@ -33,7 +33,7 @@ pipeline:
with:
repository: https://github.com/bridgecrewio/checkov
tag: ${{package.version}}
expected-commit: 02f2e6d90a5cff4da00a05663f94ff6843504e69
expected-commit: 8220455d068e37808ded2c20fed0ab441ac7df2f

- uses: py/pip-build-install
with:
Expand Down
Loading