Skip to content

Commit 609950e

Browse files
authored
Update offensive360.yml
1 parent dbe0297 commit 609950e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/offensive360.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [main, develop]
66
pull_request:
77
branches: [main]
8-
8+
99
jobs:
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"

0 commit comments

Comments
 (0)