Add new python files with vulnerabilities #117
  
    
      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: Action Test Ubuntu | |
| on: | |
| pull_request: | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| permissions: # mandatory to add comment on PR | |
| issues: write | |
| pull-requests: write | |
| jobs: | |
| security: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: GuillaumeFalourd/stackspot-ai-security-action-poc@main | |
| id: run | |
| with: | |
| CLIENT_ID: ${{ secrets.CLIENT_ID }} | |
| CLIENT_KEY: ${{ secrets.CLIENT_KEY }} | |
| CLIENT_REALM: stackspot | |
| QC_SLUG: sast-rqc |