feat: initial commit — kubectl/configure, infisical/fetch-secret, helm/upgrade actions

This commit is contained in:
2026-05-20 18:32:57 -04:00
commit a8265aa6e0
28 changed files with 889 additions and 0 deletions
@@ -0,0 +1,14 @@
name: Trivy Scan K8S Namespace
description: Scan kubernetes namespace for vulnerabilities
inputs:
NAMESPACE:
description: "The Kubernetes namespace to scan"
required: true
runs:
using: composite
steps:
- name: Scan Kubernetes Namespace
shell: sh
run: |
trivy k8s --namespace ${{ inputs.NAMESPACE }} --report=all all