Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
farsheedify authored Jan 11, 2025
1 parent 44dd22c commit 99b7a9a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
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

0 comments on commit 99b7a9a

Please sign in to comment.