ready to test

This commit is contained in:
2026-04-03 15:11:33 -04:00
parent f8222f2953
commit f83527aa2d
2 changed files with 15 additions and 4 deletions

View File

@@ -49,4 +49,9 @@ runs:
- name: "run security checks"
shell: bash
run: ${{ github.action_path }}/src/security.sh
run: ${{ github.action_path }}/src/security.sh
env:
STATIC_FLAG: ${{ inputs.static }}
STATIC_FAIL: ${{ inputs.static-fail }}
VULN_CHECK: ${{ inputs.vulnerability }}
VULN_FAIL: ${{ inputs.vulnerability-fail }}