File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ v0.5.0] - Released 2025-05-27
8+ ## [ v0.5.0] - Released 2025-05-28
99
1010### Added
1111
Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ Making sure your current working directory is the **_root folder of the reposito
3535** Intel/AMD-based systems**
3636
3737``` sh
38- alias s1scanner=" docker run --rm -v $( pwd) /nexus-sdk/_distfiles_/SDK/lib/linux/x64/libdfi.so:/lib/libnexus.unstripped.so:ro -v /:/mnt:ro --platform linux/amd64 ghcr.io/sentinel-one/s1-integration-examples /nexus-sdk/go/s1scanner"
38+ alias s1scanner=" docker run --rm -v $( pwd) /nexus-sdk/_distfiles_/SDK/lib/linux/x64/libdfi.so:/lib/libnexus.unstripped.so:ro -v /:/mnt:ro --platform linux/amd64 ghcr.io/s1integrations /nexus-sdk/go/s1scanner"
3939```
4040
4141** ARM-based systems (eg: Apple Silicon)**
4242
4343``` sh
44- alias s1scanner=" docker run --rm -v $( pwd) /nexus-sdk/_distfiles_/SDK/lib/linux/arm64/libdfi.so:/lib/libnexus.unstripped.so:ro -v /:/mnt:ro --platform linux/arm64 ghcr.io/sentinel-one/s1-integration-examples /nexus-sdk/go/s1scanner"
44+ alias s1scanner=" docker run --rm -v $( pwd) /nexus-sdk/_distfiles_/SDK/lib/linux/arm64/libdfi.so:/lib/libnexus.unstripped.so:ro -v /:/mnt:ro --platform linux/arm64 ghcr.io/s1integrations /nexus-sdk/go/s1scanner"
4545```
4646
4747### Sample Scanner Commands
You can’t perform that action at this time.
0 commit comments