-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
44dd22c
commit 99b7a9a
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
name: Trigger Secure Flow | ||
name: Trigger SecureFlow | ||
on: | ||
workflow_dispatch: # This will allow you to manually trigger the workflow | ||
push: # This will trigger the workflow on every push to the repository | ||
|
||
jobs: | ||
sast: | ||
uses: clubpay/secureflow/.github/workflows/sast.yml@Authenticate_to_Teleport | ||
uses: clubpay/secureflow/.github/workflows/sast.yml@main | ||
secrets: inherit | ||
|
||
sca: | ||
uses: clubpay/secureflow/.github/workflows/sca.yml@Authenticate_to_Teleport | ||
uses: clubpay/secureflow/.github/workflows/sca.yml@main | ||
secrets: inherit | ||
|
||
iac-scanning: | ||
uses: clubpay/secureflow/.github/workflows/iac-scanning.yml@Authenticate_to_Teleport | ||
uses: clubpay/secureflow/.github/workflows/iac-scanning.yml@main | ||
secrets: inherit | ||
|
||
secret-detection: | ||
uses: clubpay/secureflow/.github/workflows/secret-detection.yml@Authenticate_to_Teleport | ||
uses: clubpay/secureflow/.github/workflows/secret-detection.yml@main | ||
secrets: inherit |