Skip to content

Commit

Permalink
Fix some old references to v1 to point to v2 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
sweoggy committed Sep 12, 2024
1 parent dd0db0b commit 7fc20a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ curl -LsS https://github.com/debricked/cli/releases/download/release-v2/cli_macO
```
### Docker
```sh
docker pull debricked/cli:1-resolution-debian
docker pull debricked/cli:2-resolution-debian
```
## Scan
Once you've installed the CLI, you're ready to scan your project. You can scan a local project, or integrate a scanning mechanism in your CI/CD pipeline.
Expand All @@ -77,7 +77,7 @@ When the scan is complete, you will see the total number of vulnerabilities foun
### Docker
To make a scan directly through Docker based on your current working directory, you can use the following command:
```sh
docker run -v $(pwd):/root debricked/cli:1-resolution-debian debricked scan -t <access-token>
docker run -v $(pwd):/root debricked/cli:2-resolution-debian debricked scan -t <access-token>
```

### CI/CD integration
Expand Down
2 changes: 1 addition & 1 deletion examples/templates/Argo/argo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
repo: "{{inputs.parameters.git-url}}"
container:
name: 'debricked-scan'
image: debricked/cli:1-resolution-debian
image: debricked/cli:2-resolution-debian
workingDir: /repository
command:
- debricked scan
Expand Down

0 comments on commit 7fc20a2

Please sign in to comment.