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

Scanning Templates with Variables #7

Open
davidsonjon opened this issue May 17, 2021 · 0 comments
Open

Scanning Templates with Variables #7

davidsonjon opened this issue May 17, 2021 · 0 comments

Comments

@davidsonjon
Copy link

Behavior Observed

Templates with variables are not scanned.

Configuration Information

When testing scanning using the samples from https://github.com/prisma-cloud-shiftleft/iac-samples/tree/main/CFT with the following configuration does not produce any results for templates that contain variables, other templates produce the expected results.

      - name: Run Scan on CFT
        uses: prisma-cloud-shiftleft/iac-scan-action@v1.1
        id: iac-scan
        with:
          prisma_api_url: 'https://api3.prismacloud.io'
          access_key: ${{ secrets.PRISMA_CLOUD_ACCESS_KEY }}
          secret_key: ${{ secrets.PRISMA_CLOUD_SECRET_KEY }}
          asset_name: 'cfn-templates'
          template_type: 'CFT'
          scan_path: ./CFT
          variable_files: ./CFT/cft_variables.json
          variables: AccessControl:PublicRead
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