Skip to content

Commit ca2647b

Browse files
committed
docs: update readme
1 parent 4866bd6 commit ca2647b

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,12 @@ jobs:
6666
diff: 'true'
6767
```
6868

69-
### Install from git (before crates.io publish)
69+
### Pin a specific version
7070

7171
```yaml
7272
- uses: capsec/audit-action@v1
7373
with:
74-
install-from: git
75-
git-repo: https://github.com/bordumb/capsec
74+
version: '0.1.0'
7675
```
7776

7877
### Monorepo with custom working directory
@@ -93,7 +92,7 @@ jobs:
9392

9493
## How it works
9594

96-
1. Installs `cargo-capsec` (from crates.io or git)
95+
1. Installs `cargo-capsec` from crates.io
9796
2. Runs `cargo capsec audit --format sarif --fail-on <threshold>`
9897
3. Uploads SARIF to GitHub Code Scanning (appears in Security tab)
9998
4. Posts inline review comments on PR diffs via reviewdog

0 commit comments

Comments
 (0)