We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4866bd6 commit ca2647bCopy full SHA for ca2647b
1 file changed
README.md
@@ -66,13 +66,12 @@ jobs:
66
diff: 'true'
67
```
68
69
-### Install from git (before crates.io publish)
+### Pin a specific version
70
71
```yaml
72
- uses: capsec/audit-action@v1
73
with:
74
- install-from: git
75
- git-repo: https://github.com/bordumb/capsec
+ version: '0.1.0'
76
77
78
### Monorepo with custom working directory
@@ -93,7 +92,7 @@ jobs:
93
92
94
## How it works
95
96
-1. Installs `cargo-capsec` (from crates.io or git)
+1. Installs `cargo-capsec` from crates.io
97
2. Runs `cargo capsec audit --format sarif --fail-on <threshold>`
98
3. Uploads SARIF to GitHub Code Scanning (appears in Security tab)
99
4. Posts inline review comments on PR diffs via reviewdog
0 commit comments