Skip to content

Commit

Permalink
Merge pull request #23 from levoai/CU-86aznftr3_Github-app-for-code-b…
Browse files Browse the repository at this point in the history
…ased-scanning_Raviteja-Gannarapu

Updating Scan repo directory.
  • Loading branch information
gannaraputeja authored Mar 18, 2024
2 parents 526b391 + ac940da commit 310fb9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ This action will require you to have a Levo account and provide a Authorization
<!-- start usage -->
```yaml
- uses: levoai/actions/scan@v2
- uses: levoai/actions/scan@v2.1.2
with:
# Authorization key required to execute the Levo CLI. Please refer to https://app.levo.ai/settings/keys to get your authorization key.
authorization-key: ''
Expand Down
2 changes: 1 addition & 1 deletion scan/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
alias levo="docker run --name levo-container $levo_container_options ${{ inputs.levo-docker-image }}"
CMD='levo scan --dir . --app-name "${{ inputs.app-name }}" -k ${{ inputs.authorization-key }} -o ${{ inputs.organization-id }}'
CMD='levo scan --dir "$(pwd)" --app-name "${{ inputs.app-name }}" -k ${{ inputs.authorization-key }} -o ${{ inputs.organization-id }}'
if ${{ inputs.env-name != '' }}; then
CMD=$(echo $CMD --env-name ${{ inputs.env-name }})
fi
Expand Down

0 comments on commit 310fb9e

Please sign in to comment.