Skip to content

Commit

Permalink
Fixing Analysis Sandbox in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmontufar committed Apr 5, 2024
1 parent 9f2b55b commit 6d415b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
./twistcli images scan --address ${{ secrets.PCC_URL }} --token $token --details ${{ vars.IMAGE_NAME }}:latest
#Perform Analysis Sandbox
./twistcli sandbox --address ${{ secrets.PCC_URL }} --token $token --details ${{ vars.IMAGE_NAME }}:latest
./twistcli sandbox --address ${{ secrets.PCC_URL }} --token $token --analysis-duration 2m ${{ vars.IMAGE_NAME }}:latest
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 6d415b2

Please sign in to comment.