You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -63,9 +73,9 @@ the following command can be used:
63
73
64
74
$ mix escript.install github nccgroup/sobelow
65
75
66
-
## Use
76
+
### To Use
67
77
68
-
The simplest way to scan a Phoenix project is to run the
78
+
After installation, the simplest way to scan a Phoenix project is to run the
69
79
following from the project root:
70
80
71
81
$ mix sobelow
@@ -134,6 +144,8 @@ relative to the application root.
134
144
*`--skip` - Ignore findings that have been marked for skipping. See [False Positives](#false-positives)
135
145
for more information.
136
146
147
+
*`--version` - Outputs the current version of Sobelow. This is useful for CI steps or integration with other tools like [Salus](https://github.com/coinbase/salus).
148
+
137
149
## Configuration Files
138
150
Sobelow allows users to save frequently used options in a
139
151
configuration file. For example, if you find yourself constantly
0 commit comments