Skip to content

Commit

Permalink
Merge pull request #4 from DVKunion/fix/volunm-path
Browse files Browse the repository at this point in the history
fix: remove run.sh
  • Loading branch information
d1nfinite authored Jul 8, 2022
2 parents b9ce828 + 100e5d1 commit 2c867ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ inputs:
runs:
using: 'composite'
steps:
- run: bash run.sh ${{ inputs.scan-action }} ${{ inputs.image-ref }} -o ${{ inputs.output }} -e ${{ inputs.exit-code }}
- run: docker pull veinmind/veinmind-runner:latest && docker run --rm --mount 'type=bind,source=/,target=/host,readonly,bind-propagation=rslave' -v /var/run/docker.sock:/var/run/docker.sock -v `pwd`:/tool/resource veinmind/veinmind-runner ${{ inputs.scan-action }} ${{ inputs.image-ref }} -o ${{ inputs.output }} -e ${{ inputs.exit-code }}
shell: bash
- uses: actions/upload-artifact@v2
with:
Expand Down
5 changes: 0 additions & 5 deletions run.sh

This file was deleted.

0 comments on commit 2c867ca

Please sign in to comment.