Compare commits

...

2 Commits

Author SHA1 Message Date
renovate[bot]
fb25736f7e chore(deps): update pre-commit hook bridgecrewio/checkov (3.2.495 → 3.2.496) (#414)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-30 08:39:35 +02:00
54886c3fd5 fix: validate-inputs actions pip installation step (#413) 2025-12-24 13:29:18 +02:00
2 changed files with 5 additions and 1 deletions

View File

@@ -84,7 +84,7 @@ repos:
args: ['-shellcheck=']
- repo: https://github.com/bridgecrewio/checkov.git
rev: '3.2.495'
rev: '3.2.496'
hooks:
- id: checkov
args:

View File

@@ -213,6 +213,10 @@ outputs:
runs:
using: composite
steps:
- name: Install Python dependencies
shell: bash
run: pip install pyyaml==6.0.3
- name: Validate Action Inputs with Python
id: validate
shell: bash