Skip to content

Commit 2845c15

Browse files
authored
Update offensive360.yml
1 parent 257e804 commit 2845c15

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/offensive360.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,18 @@ jobs:
2626
HTTP_CODE=$(curl -s -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=jojogithub" \
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:10102/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"
44-
# Test run 1 - 03:05:37
45-
# Test run 2 - 03:06:11
43+
echo "Results: https://80.209.226.132:10102/Projects"

0 commit comments

Comments
 (0)