mirror of
https://github.com/ivuorinen/actions.git
synced 2026-02-12 13:46:55 +00:00
Compare commits
2 Commits
v2025.12.2
...
v2026.01.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fb25736f7e | ||
| 54886c3fd5 |
@@ -84,7 +84,7 @@ repos:
|
|||||||
args: ['-shellcheck=']
|
args: ['-shellcheck=']
|
||||||
|
|
||||||
- repo: https://github.com/bridgecrewio/checkov.git
|
- repo: https://github.com/bridgecrewio/checkov.git
|
||||||
rev: '3.2.495'
|
rev: '3.2.496'
|
||||||
hooks:
|
hooks:
|
||||||
- id: checkov
|
- id: checkov
|
||||||
args:
|
args:
|
||||||
|
|||||||
@@ -213,6 +213,10 @@ outputs:
|
|||||||
runs:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install Python dependencies
|
||||||
|
shell: bash
|
||||||
|
run: pip install pyyaml==6.0.3
|
||||||
|
|
||||||
- name: Validate Action Inputs with Python
|
- name: Validate Action Inputs with Python
|
||||||
id: validate
|
id: validate
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user