Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NoBanner parameter is missing from Insider CLI #16

Open
popei69 opened this issue Dec 13, 2021 · 0 comments
Open

NoBanner parameter is missing from Insider CLI #16

popei69 opened this issue Dec 13, 2021 · 0 comments

Comments

@popei69
Copy link

popei69 commented Dec 13, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant