Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions .github/workflows/sca_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@ name: SCA

on:
push:
branches: ["master", "main"]
branches: ["main"]
pull_request:
branches: ["main"]

jobs:
snyk-cli:
uses: atko-security/devsecops-tooling/.github/workflows/sca-scan.yml@main
uses: auth0/devsecops-tooling/.github/workflows/sca-scan.yml@main
with:
additional-arguments: "--exclude=README.md,.jfrog --skip-unresolved"
python-version: "3.10"
pre-scan-commands: |
python3 -m venv venv --upgrade-deps
./venv/bin/pip3 install -r requirements.txt
secrets: inherit
3,024 changes: 0 additions & 3,024 deletions NOTICE.txt

This file was deleted.

13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# Auth0 My Organization Python SDK
![Python SDK for Auth0 MyOrganization](https://cdn.auth0.com/website/sdks/banners/myorganization-python-banner.png)

<div align="center">

[![fern shield](https://img.shields.io/badge/%F0%9F%8C%BF-Built%20with%20Fern-brightgreen)](https://buildwithfern.com?utm_source=github&utm_medium=github&utm_campaign=readme&utm_source=https%3A%2F%2Fgithub.com%2Fauth0%2Fmyorganization-python)
[![pypi](https://img.shields.io/pypi/v/myorganization-python)](https://pypi.python.org/pypi/myorganization-python)
[![License](https://img.shields.io/:license-Apache%202.0-blue.svg?style=flat)](https://www.apache.org/licenses/LICENSE-2.0)
[![Build Status](https://img.shields.io/github/actions/workflow/status/auth0/myorganization-python/ci.yml?branch=main&style=flat-square)](https://github.com/auth0/myorganization-python/actions?query=branch%3Amain)
[![fern shield](https://img.shields.io/badge/%F0%9F%8C%BF-Built%20with%20Fern-brightgreen)](https://buildwithfern.com?utm_source=github&utm_medium=github&utm_campaign=readme&utm_source=https%3A%2F%2Fgithub.com%2Fauth0%2Fmyorganization-python)

📚 [Documentation](#documentation) • 🚀 [Getting Started](#getting-started) • 💬 [Feedback](#feedback)

</div>

[Documentation](#documentation) - [Getting Started](#getting-started) - [API Reference](#api-reference) - [Feedback](#feedback)
---

## Documentation

Expand Down
Loading
Loading