[TT-5070] Duplicate WriteHeader calls cause malformed responses from golang plugins #1658
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: SentinelOne CNS Scan | |
| on: # yamllint disable-line rule:truthy | |
| pull_request: | |
| types: [opened, reopened, synchronize, ready_for_review] | |
| branches: [master] | |
| jobs: | |
| s1_scanner: | |
| uses: TykTechnologies/github-actions/.github/workflows/s1-cns-scan.yml@d3fa20888fa2878e877e22bb7702141217290e7c # main | |
| permissions: | |
| contents: read | |
| with: | |
| iac_enabled: false | |
| tag: service:vulnscan | |
| scope_type: ACCOUNT | |
| secrets: | |
| S1_API_TOKEN: ${{ secrets.S1_API_TOKEN }} | |
| CONSOLE_URL: ${{ secrets.S1_CONSOLE_URL }} | |
| SCOPE_ID: ${{ secrets.S1_SCOPE_ID }} |