diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 44021c2..2e33e4e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,9 +6,15 @@ jobs: sast: uses: clubpay/secureflow/.github/workflows/sast.yml@Authenticate_to_Teleport secrets: inherit + sca: uses: clubpay/secureflow/.github/workflows/sca.yml@Authenticate_to_Teleport secrets: inherit + iac-scanning: uses: clubpay/secureflow/.github/workflows/iac-scanning.yml@Authenticate_to_Teleport secrets: inherit + + secret-detection: + uses: clubpay/secureflow/.github/workflows/secret-detection.yml@Authenticate_to_Teleport + secrets: inherit