diff --git a/.github/workflows/shiftleft-analysis.yml b/.github/workflows/shiftleft-analysis.yml index 962e04f..f3e328a 100644 --- a/.github/workflows/shiftleft-analysis.yml +++ b/.github/workflows/shiftleft-analysis.yml @@ -28,6 +28,8 @@ jobs: WORKSPACE: "" GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SCAN_AUTO_BUILD: true + # Exclude all SVG files from the scan process + SCAN_EXCLUDE: "*.svg" with: output: reports # Scan auto-detects the languages in your project. To override uncomment the below variable and set the type