Skip to content

Commit fbb6c88

Browse files
last version updates
1 parent aa80421 commit fbb6c88

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ Download and unzip the [latest ZIP](https://github.com/newrelic/rusty-hog/releas
4949
on the releases tab. Then, run each binary with `-h` to see the usage.
5050

5151
```shell script
52-
wget https://github.com/newrelic/rusty-hog/releases/download/v1.0.8/rustyhogs-musl_darwin_1.0.8.zip
53-
unzip rustyhogs-musl_darwin_1.0.8.zip
52+
wget https://github.com/newrelic/rusty-hog/releases/download/v1.0.9/rustyhogs-musl_darwin_1.0.9.zip
53+
unzip rustyhogs-musl_darwin_1.0.9.zip
5454
darwin_releases/choctaw_hog -h
5555
```
5656

@@ -59,8 +59,8 @@ Rusty Hog Docker images can be found at the authors personal DockerHub page [her
5959
A Docker Image is built for each Hog and for each release. So to use choctaw_hog you would run the following commands:
6060

6161
```shell script
62-
docker pull wetfeet2000/choctaw_hog:1.0.8
63-
docker run -it --rm wetfeet2000/choctaw_hog:1.0.8 --help
62+
docker pull wetfeet2000/choctaw_hog:1.0.9
63+
docker run -it --rm wetfeet2000/choctaw_hog:1.0.9 --help
6464
```
6565

6666
## How to build

src/bin/ankamali_hog.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ use rusty_hogs::{SecretScanner, SecretScannerBuilder};
4545
/// Main entry function that uses the [clap crate](https://docs.rs/clap/2.33.0/clap/)
4646
fn main() {
4747
let matches = clap_app!(ankamali_hog =>
48-
(version: "1.0.8")
48+
(version: "1.0.9")
4949
(author: "Scott Cutler <scutler@newrelic.com>")
5050
(about: "Google Drive secret scanner in Rust.")
5151
(@arg REGEX: --regex +takes_value "Sets a custom regex JSON file")

src/bin/berkshire_hog.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ use std::collections::HashSet;
4545
/// Main entry function that uses the [clap crate](https://docs.rs/clap/2.33.0/clap/)
4646
fn main() {
4747
let matches = clap_app!(berkshire_hog =>
48-
(version: "1.0.8")
48+
(version: "1.0.9")
4949
(author: "Scott Cutler <scutler@newrelic.com>")
5050
(about: "S3 secret hunter in Rust. Avoid bandwidth costs, run this within a VPC!")
5151
(@arg REGEX: --regex +takes_value "Sets a custom regex JSON file")

src/bin/essex_hog.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pub struct ConfluencePage {
7373
/// Main entry function that uses the [clap crate](https://docs.rs/clap/2.33.0/clap/)
7474
fn main() {
7575
let matches = clap_app!(gottingen_hog =>
76-
(version: "1.0.8")
76+
(version: "1.0.9")
7777
(author: "Emily Cain <ecain@newrelic.com>, Scott Cutler")
7878
(about: "Confluence secret scanner in Rust.")
7979
(@arg REGEX: --regex +takes_value "Sets a custom regex JSON file")

src/bin/gottingen_hog.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pub struct JiraFinding {
5959
/// Main entry function that uses the [clap crate](https://docs.rs/clap/2.33.0/clap/)
6060
fn main() {
6161
let matches = clap_app!(gottingen_hog =>
62-
(version: "1.0.8")
62+
(version: "1.0.9")
6363
(author: "Emily Cain <ecain@newrelic.com>")
6464
(about: "Jira secret scanner in Rust.")
6565
(@arg REGEX: --regex +takes_value "Sets a custom regex JSON file")

0 commit comments

Comments
 (0)