We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi all!
I'm trying to scan a .NET project but sast-scanner requires the token for that. If I choose sl it works perfectly:
export SHIFTLEFT_ACCESS_TOKEN=$SL_TOKEN sl analyze --app shiftleft-csharp-demo --csharp --wait netcoreWebapi.csproj
But If I try to use the container It seems It doesn't receive the token in the env that It expects:
docker run --rm -e "WORKSPACE=${PWD}" -e SHIFTLEFT_ACCESS_TOKEN="$SL_TOKEN" -v $PWD:/app shiftleft/scan scan --src /app --out_dir /app/reports
Any thoughts?
Thank you so much!!
The text was updated successfully, but these errors were encountered:
Try also setting the SHIFTLEFT_ORG_ID environment variable to your organization ID, then it should proceed further.
SHIFTLEFT_ORG_ID
Are you interested in the specific output of this tool? sl is generally better supported.
sl
Sorry, something went wrong.
No branches or pull requests
Hi all!
I'm trying to scan a .NET project but sast-scanner requires the token for that. If I choose sl it works perfectly:
But If I try to use the container It seems It doesn't receive the token in the env that It expects:
docker run --rm -e "WORKSPACE=${PWD}" -e SHIFTLEFT_ACCESS_TOKEN="$SL_TOKEN" -v $PWD:/app shiftleft/scan scan --src /app --out_dir /app/reports
Any thoughts?
Thank you so much!!
The text was updated successfully, but these errors were encountered: