restructure

This commit is contained in:
2026-05-29 11:16:00 -04:00
parent abeb9d04d0
commit 1ffe0c23cb
27 changed files with 14 additions and 14 deletions
+14
View File
@@ -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