Skip to content

Commit

Permalink
Fixing gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
Rizwan Merchant authored and Rizwan Merchant committed Dec 19, 2023
1 parent afb3b17 commit 2feb0ca
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dfscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,5 @@ jobs:
else
repoVersion=${{ github.ref_name }}
fi
echo $GITHUB_WORKSPACE
ls ${{ github.workspace }}
docker run --pull=always --rm -e DF_RUN_TOKEN=$DF_RUN_TOKEN -v $PROJDIR:/home/projdir -v /var/run/docker.sock:/var/run/docker.sock public.ecr.aws/deepfactor/df/runtime:$DFCTL_VERSION dfctl scan -s fs -a $APP_NAME -c $APP_NAME -V $repoVersion $/home/projdir
echo "Running command 'docker run --pull=always --rm -e DF_RUN_TOKEN=$DF_RUN_TOKEN -v $PROJDIR:/home/projdir -v /var/run/docker.sock:/var/run/docker.sock public.ecr.aws/deepfactor/df/runtime:$DFCTL_VERSION dfctl scan -s fs -a $APP_NAME -c $APP_NAME -V $repoVersion /home/projdir'"
docker run --pull=always --rm -e DF_RUN_TOKEN=$DF_RUN_TOKEN -v $PROJDIR:/home/projdir -v /var/run/docker.sock:/var/run/docker.sock public.ecr.aws/deepfactor/df/runtime:$DFCTL_VERSION dfctl scan -s fs -a $APP_NAME -c $APP_NAME -V $repoVersion /home/projdir

0 comments on commit 2feb0ca

Please sign in to comment.