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 26b7948 commit 54a2079
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/devsecops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ jobs:
AKTO_API_KEY: ${{ secrets.AKTO_API_KEY }}
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"
- name: akto-api-docker
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



akto-llm:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 54a2079

Please sign in to comment.