Hi there,
I was testing Insider action and got an issue with the following setup.
How to reproduce
- name: Run Insider
uses: insidersec/insider-action@v0
with:
technology: ios
noJson: true
noBanner: true
target: .
Current result
Run insidersec/insider-action@v0
✅ Insider version found: 3.0.0
⬇️ Downloading https://github.com/insidersec/insider/releases/download/3.0.0/insider_3.0.0_linux_x86_64.tar.gz
📦 Extracting Insider...
/usr/bin/tar xz --warning=no-unknown-keyword -C /home/runner/work/_temp/a6d30469-3b56-4026-84cf-95f16136ed31 -f /home/runner/work/_temp/66712c61-cf59-478e-863d-e7b112570245
📂 Using /opt/hostedtoolcache/insider-action/3.0.0/x64 as working directory...
🏃 Running Insider...
/opt/hostedtoolcache/insider-action/3.0.0/x64/insider -tech ios -target /home/runner/work/sardine/sardine -no-json -no-banner
flag provided but not defined: -no-banner
insider is the CLI project from the Insider Application Security Team for the community
Usage:
-exclude value
Patterns to exclude directory or files to analyze. Can be used multiple times
-jobs int
Number of analysis to execute in parallel (default 4)
-no-html
Skips the report generation in the HTML format
-no-json
Skips the report generation in the JSON format
-quiet
No output logs of execution
-security float
Set the Security level, values between 0 and 100 (default 0)
-target string
Specify where to look for files to run the specific ruleset
-tech string
Specify which technology ruleset to load
-v Enable verbose output
-version
Show version and quit with exit code 0
I cannot see any -no-banner usage in Insider, I also checked the main repository and couldn't find any source code for it either. I'm not sure if the Github Action is up to date to match Insider.
Hi there,
I was testing Insider action and got an issue with the following setup.
How to reproduce
Current result
I cannot see any
-no-bannerusage in Insider, I also checked the main repository and couldn't find any source code for it either. I'm not sure if the Github Action is up to date to match Insider.