Skip to content

Commit

Permalink
Update readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
sondresolbakken committed Feb 7, 2025
1 parent 020a155 commit 3550733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v4
- uses: cognitedata/image-scan-action@v1
with:
image: <full_image_name>
image: <fully_qualified_image_name>
```
You can reference an image you have built in a previous step or from a remote registry. You will have to provide credentials for private registries. Refer to the Trivy action documentation for details. For descriptions of the other possible inputs, refer to the inputs section in `action.yml`.

0 comments on commit 3550733

Please sign in to comment.