rework/improve check_cloud and add Azure detection #134
This file contains hidden or 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
| on: | |
| push: | |
| branches: [main, develop] | |
| pull_request: | |
| branches: [main] | |
| name: SAST Scan | |
| jobs: | |
| sast-scan: | |
| uses: splunk/sast-scanning/.github/workflows/sast-scan.yml@main | |
| secrets: inherit | |
| with: | |
| block_mode: "policy" |