Skip to content

Commit 2f20449

Browse files
authored
Merge pull request #3 from orcasecurity/readme-file
fix README
2 parents 235fa83 + bb67b54 commit 2f20449

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ jobs:
3939
uses: actions/checkout@v3
4040

4141
- name: Run Orca Container Image Scan
42-
uses: orcasecurity/shiftleft-container-action@v1
42+
uses: orcasecurity/shiftleft-container-image-action@v1
4343
with:
4444
api_token: ${{ secrets.ORCA_SECURITY_API_TOKEN }}
4545
project_key: ${{ env.PROJECT_KEY }}
46-
image:
47-
# scanning image
48-
"your_image:latest"
46+
image: <image to scan>
47+
output:
48+
"results/"
4949
```
5050
5151
### Inputs

0 commit comments

Comments
 (0)