🌐
Prisma Cloud
docs.prismacloud.io › en › enterprise-edition › content-collections › application-security › get-started › connect-code-and-build-providers › ci-cd-runs › add-github-actions
Connect GitHub Actions - Prisma Cloud
June 11, 2025 - Unlock the full potential of Prisma Cloud with our Content Collections. These comprehensive resources are your key to mastering the suite of functionality available on ...
🌐
LIVEcommunity
live.paloaltonetworks.com › t5 › cortex-cloud-discussions › prisma-cloud-ci-cd-run-for-github-action › td-p › 616793
LIVEcommunity - Prisma Cloud CI/CD run for Github action - LIVEcommunity - 616793
November 13, 2024 - The github action yaml file pretty standard one as below. ... on: push: branches: [ "main" ] pull_request: # The branches below must be a subset of the branches above branches: [ "main" ] schedule: - cron: '16 19 * * 0' ... jobs: prisma_cloud_iac_scan: permissions: contents: read # for actions/checkout to fetch code security-events: write # for github/codeql-action/upload-sarif to upload SARIF results actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status runs-on: ubuntu-latest name: Run Prisma Cloud IaC Scan to check steps: - name: Checkout repo uses: actions/checkout@v2 - name: Run Prisma Cloud id: prisma-cloud uses: bridgecrewio/checkov-action@master env: PRISMA_API_URL: https://api.eu.prismacloud.io with: api-key: ${{ secrets.BC_API_KEY }}
🌐
GitHub
github.com › marketplace › actions › prisma-cloud-scan
Prisma Cloud Scan · Actions · GitHub Marketplace · GitHub
This GitHub Action will scan container images for vulnerabilities and compliance issues using Prisma Cloud by Palo Alto Networks.
🌐
Palo Alto Networks
docs.paloaltonetworks.com › prisma › prisma-cloud › prisma-cloud-admin-code-security › get-started › connect-your-repositories › add-github-actions
Prisma Cloud Technical Documentation
June 16, 2023 - Welcome to the documentation for Enterprise Edition, a Cloud Native Application Protection Platform (CNAPP) that protects your applications from code to cloud, reduces risks, and ...
🌐
GitHub
github.com › PaloAltoNetworks › prisma-cloud-scan
GitHub - PaloAltoNetworks/prisma-cloud-scan: GitHub action to scan container images with Palo Alto Networks' Prisma Cloud · GitHub
GitHub action to scan container images with Palo Alto Networks' Prisma Cloud - PaloAltoNetworks/prisma-cloud-scan
Starred by 62 users
Forked by 51 users
Languages   JavaScript
🌐
GitHub
github.com › PaloAltoNetworks › prisma-cloud-docs › actions
Actions · PaloAltoNetworks/prisma-cloud-docs
PaloAltoNetworks / prisma-cloud-docs ... workflow from idea to production · GitHub Actions makes it easy to automate all your software workflows, now with world-class CI/CD....
Author   PaloAltoNetworks
🌐
GitHub
github.com › marketplace › actions › prisma-cloud-iac-scan
Prisma Cloud IaC Scan · Actions · GitHub Marketplace · GitHub
A GitHub Action checks for security issues using the Prisma Cloud Infrastructure as Code Scan on the IaC files present in the repository.
🌐
Medium
geeks-everywhere.medium.com › github-actions-container-image-scanning-with-prisma-cloud-fd005a6f58af
GitHub-Actions _Container-Image Scanning with Prisma Cloud | by Satish Kumar | Medium
December 27, 2023 - Login to the Prisma cloud and click on compute > Defend > Vulnerabilities > Images > CI. ... Click on “Add Rule” or we can use the Default Rule. Click on 3 dots “…” under actions and edit to add the severity threshold.
🌐
Prisma Cloud
docs.prismacloud.io › en › enterprise-edition › content-collections › application-security › get-started › connect-code-and-build-providers › code-repositories › add-github
Connect GitHub - Prisma Cloud
June 11, 2025 - Unlock the full potential of Prisma Cloud with our Content Collections. These comprehensive resources are your key to mastering the suite of functionality available on ...
Find elsewhere
🌐
GitHub
github.com › PaloAltoNetworks › prismacloud-cli
GitHub - PaloAltoNetworks/prismacloud-cli: The Prisma Cloud CLI is a command line interface for Prisma Cloud by Palo Alto Networks. · GitHub
See Prisma Cloud CLI in GitHub Actions · See How to enable or disable policies at scale via CSV · pc -o csv policy pc -o json policy | jq pc tags pc stats dashboard pc -o json stats dashboard pc cloud name pc --columns defendersSummary.host stats dashboard ·
Author   PaloAltoNetworks
🌐
Palo Alto Networks
paloaltonetworks.com › blog › cloud-security › github-action-container-image-scanning
Automated Container Image Scanning with the Prisma Cloud GitHub Action
July 19, 2024 - GitHub Actions offer an easy way for customers to automate software workflows as a CI/CD pipeline built into their repository platform. This simplifies adding tests, such as security tests, to inform developers of vulnerabilities and block code ...
🌐
GitHub
github.com › PaloAltoNetworks › prisma-cloud-scan › actions
Workflow runs · PaloAltoNetworks/prisma-cloud-scan
GitHub action to scan container images with Palo Alto Networks' Prisma Cloud - Workflow runs · PaloAltoNetworks/prisma-cloud-scan
Author   PaloAltoNetworks
🌐
GitHub
github.com › PaloAltoNetworks › prisma-cloud-compute › actions
Actions · PaloAltoNetworks/prisma-cloud-compute
Build, test, and deploy your code right from GitHub. Learn more about getting started with Actions. Hosted runners for every major OS make it easy to build and test all your projects. Run directly on a VM or inside a container. Use your own VMs, in the cloud or on-prem, with self-hosted runners.
Author   PaloAltoNetworks
🌐
Prisma Cloud
docs.prismacloud.io › en › classic › appsec-admin-guide › get-started › connect-your-repositories › ci-cd-runs › add-github-actions
Prisma Cloud Enterprise Edition
April 28, 2024 - Welcome to the documentation for Enterprise Edition, a Cloud Native Application Protection Platform (CNAPP) that protects your applications from code to cloud, reduces risks, and prevents breaches.
🌐
GitHub
github.com › prisma › prisma › discussions › 13006
Prisma + Cloud Run + Cloud SQL + Github Actions · prisma/prisma · Discussion #13006
I've managed to figure it out - what I needed to do what connect to the Cloud SQL Proxy within the Github Action and then run the prisma migration after.
Author   prisma
🌐
GitHub
github.com › chanduusc › prismacloud-demo
GitHub - chanduusc/prismacloud-demo: Complete CNAPP Demo using Prisma Cloud · GitHub
Prisma Cloud image scan is inserted as part of github actions.
Starred by 17 users
Forked by 14 users
Languages   HCL 72.0% | Python 10.0% | HTML 8.2% | Java 5.0% | Dockerfile 2.1% | CSS 1.0%
🌐
Prisma
prisma.io › blog › testing-series-5-xWogenROXm
CI for Prisma Tests with GitHub Actions (Prisma 7)
March 24, 2023 - Updated (July 2026): This article was rewritten for Prisma ORM 7 and current GitHub Actions. Action versions were verified against GitHub on 2026-07-09: actions/checkout@v7, actions/setup-node@v6, and pnpm/action-setup@v6 are current major versions. The workflow YAML shown here was validated with a YAML parser (js-yaml).
🌐
GitHub
github.com › PaloAltoNetworks › prisma-cloud-compute-sample-code
GitHub - PaloAltoNetworks/prisma-cloud-compute-sample-code: Example scripts, snippets, and other documents related to Prisma Cloud Compute · GitHub
GitHub Action - Scan images as they're built in your GitHub workflow and display results directly in your repository.
Starred by 37 users
Forked by 42 users
Languages   Open Policy Agent 37.9% | Python 21.2% | HTML 21.0% | Shell 13.0% | PowerShell 3.0% | Jinja 1.7%
🌐
GitHub
github.com › PaloAltoNetworks › prisma-cloud-go › actions
Workflow runs · PaloAltoNetworks/prisma-cloud-go
June 27, 2023 - Added actions attribute to policy remediation (#79) Sanity Check #297: Commit 714be0e pushed by AnushreeHS
Author   PaloAltoNetworks