File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 branches : [main, develop]
66 pull_request :
77 branches : [main]
8-
8+
99jobs :
1010 sast-scan :
1111 runs-on : ubuntu-latest
@@ -26,18 +26,18 @@ jobs:
2626 HTTP_CODE=$(curl -sk -o /tmp/o360_resp.json -w "%{http_code}" -X POST \
2727 -H "Authorization: Bearer $O360_API_KEY" \
2828 -F "FileSource=@source.zip" \
29- -F "Name=Github -test" \
29+ -F "Name=cicd-wizard -test" \
3030 -F "ExternalScanSourceType=5" \
3131 -F "DontWaitForScanToComplete=true" \
3232 -F "AllowDependencyScan=true" \
3333 -F "AllowLicenseScan=true" \
3434 -F "AllowMalwareScan=true" \
3535 -F "PipelineUrl=${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" \
36- "https://sast.offensive360.com /app/api/ExternalScan")
36+ "https://80.209.226.132:8443 /app/api/ExternalScan")
3737 cat /tmp/o360_resp.json
3838 [ "$HTTP_CODE" -eq 200 ] || [ "$HTTP_CODE" -eq 201 ] || exit 1
3939
4040 - name : View results
4141 if : always()
4242 run : |
43- echo "Results: https://sast.offensive360.com /Projects"
43+ echo "Results: https://80.209.226.132:8443 /Projects"
You can’t perform that action at this time.
0 commit comments