Skip to content

Commit

Permalink
Update devsecops.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush-jain-akto authored Oct 24, 2023
1 parent b7bff79 commit efad32a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/devsecops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ jobs:
runs-on: ubuntu-latest
needs: package
steps:
- name: akto-api
- name: akto-api-dashboard
env:
AKTO_DASHBOARD_URL: ${{ secrets.AKTO_DASHBOARD_URL }}
AKTO_API_KEY: ${{ secrets.AKTO_API_KEY }}
run: docker run -v ${PWD}:/out -e AKTO_DASHBOARD_URL=$AKTO_DASHBOARD_URL -e TEST_IDS="JWT_NONE_ALGO REMOVE_TOKENS" -e API_COLLECTION_NAME=juice_shop_demo -e AKTO_API_KEY=$AKTO_API_KEY -e OUTPUT_LEVEL=SUMMARY aktosecurity/akto-api-testing-cli:latest
- run: cat output.txt >> $GITHUB_STEP_SUMMARY
run: |
curl -H "X-API-KEY: $AKTO_API_KEY" -H "content-type: application/json" -d '{"testingRunHexId": "65380f17b0c62f3ac22594e3", "startTimestamp" : 0,"metadata": {"platform": "Github Actions"}}' --compressed -X POST "https://app.akto.io/api/startTest"
akto-llm:
runs-on: ubuntu-latest
Expand Down

0 comments on commit efad32a

Please sign in to comment.