Skip to content

Bump requests from 2.25.1 to 2.32.2 in /tests in the pip group across 1 directory #281

Bump requests from 2.25.1 to 2.32.2 in /tests in the pip group across 1 directory

Bump requests from 2.25.1 to 2.32.2 in /tests in the pip group across 1 directory #281

Workflow file for this run

# This workflow will test with flawfinder
name: flawFinder C
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
flawfinder:
name: Flawfinder
runs-on: ubuntu-latest
steps:
- name: flawfinder_scan
uses: david-a-wheeler/flawfinder@2.0.19
with:
arguments: '--sarif ./software'
output: 'flawfinder_results.sarif'
- name: Upload analysis results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ${{github.workspace}}/flawfinder_results.sarif