shiftleft-analysis.yml 451 B

1234567891011121314151617181920
  1. name: SL Scan
  2. on: push
  3. jobs:
  4. Scan-Build:
  5. runs-on: ubuntu-latest
  6. steps:
  7. - uses: actions/checkout@v1
  8. - name: Perform Scan
  9. uses: ShiftLeftSecurity/scan-action@master
  10. env:
  11. WORKSPACE: ""
  12. GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
  13. SCAN_AUTO_BUILD: true
  14. with:
  15. output: reports
  16. - name: Upload report
  17. uses: github/codeql-action/upload-sarif@v1
  18. with:
  19. sarif_file: reports