Skip to content

Commit

Permalink
Adding image analysis sandbox to the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmontufar committed Apr 5, 2024
1 parent 55753d8 commit 9f2b55b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
#Perform CI Scan
./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
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 9f2b55b

Please sign in to comment.