Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mbisztyga authored Mar 26, 2024
1 parent c612b43 commit ad56e2b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: CI/CD Pipeline
on:
push:
branches:
- main

- main
jobs:
build:
name: Build and Test
Expand Down Expand Up @@ -33,11 +33,6 @@ jobs:
if: github.ref == 'refs/heads/main'

steps:
- name: Deploy Spring Boot Application to Ngrok
run: |
NGROK_URL=https://43b9-2a01-111f-b24-2b00-34f0-c23b-184f-f147.ngrok-free.app/
curl -X POST $NGROK_URL
shell: bash

- name: Run SOOS DAST test
uses: soos-io/soos-dast-github-action@v2
Expand Down

0 comments on commit ad56e2b

Please sign in to comment.