-
Notifications
You must be signed in to change notification settings - Fork 31
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
Terrascan skip flag not working #20
Comments
Hi, @AnkitRao17 does the The inventory of the latest policies included by default on Terrascan is here: https://github.com/accurics/terrascan/tree/master/pkg/policies/opa/rego |
Hi @cesar-rodriguez , Apologies for the late response. |
Same for me, the github action: terrascan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: tenable/terrascan-action@main
with:
skip_rules: "AC_DOCKER_0020,AC_DOCKER_0041"
verbose: true The log:
|
same here |
Same here. Tried using |
Did anyone get this to work? |
Hi Team,
When using the terrascan github action, the skip flag does not seem to work.
Flag used in below format:
skip_rules: AC_AWS_0460
Further, can anyone please share the inventory with the details of all rules and the correct ids to be used for skip flag.
Could not find rule details for "S3 Access log"policy in any documentation.
-TIA
The text was updated successfully, but these errors were encountered: