fix(checkov)

convert to `bkpyvenv`

closes #4725
closes #4726
This commit is contained in:
Jacob Heider 2024-01-04 13:04:53 -05:00 committed by Jacob Heider
parent d64877c52a
commit 45280ada36

View file

@ -1,21 +1,30 @@
distributable:
url: https://github.com/bridgecrewio/checkov/archive/refs/tags/{{version}}.tar.gz
strip-components: 1
versions:
url: https://pypi.org/project/checkov/#history
match: /checkov\/\d+\.\d+\.\d+/
strip: /^checkov\//
dependencies:
python.org: ^3.12
pkgx.sh: ^1
build:
dependencies:
python.org: ^3.12
script:
- python-venv.sh {{prefix}}/bin/checkov
- bkpyvenv stage {{prefix}} {{version}}
- ${{prefix}}/venv/bin/pip install .
- bkpyvenv seal {{prefix}} checkov
env:
linux:
# error: incompatible pointer to integer conversion initializing 'int' with an expression of type 'void *'
# error: incompatible pointer to integer conversion initializing 'int' with an expression of type 'void *'
CFLAGS: -Wno-int-conversion
provides:
- bin/checkov
test:
- checkov --version | grep {{version}}
- checkov -f test.tf > output.log