Update sonarqubescan.yml #1
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
| name: Shell commands | |
| on: [push] | |
| jobs: | |
| run-shell-command: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: echo a string | |
| run: echo "Hello, Security Gurus! This is our First GitHub Action" |