DeWitt Gibson commited on
Commit
f957ad6
·
unverified ·
2 Parent(s): 9800e27 8c4e792

Merge pull request #98 from dewitt4/docker-fix

Browse files
Files changed (6) hide show
  1. .gitignore +1 -0
  2. CHANGELOG.md +1 -1
  3. README.md +12 -12
  4. docs/README.md +1 -1
  5. pyproject.toml +3 -3
  6. setup.py +4 -4
.gitignore CHANGED
@@ -168,3 +168,4 @@ CNAME
168
  CLAUDE.md
169
  PROJECT.md
170
  GITHUB_ACTIONS_SUMMARY.md
 
 
168
  CLAUDE.md
169
  PROJECT.md
170
  GITHUB_ACTIONS_SUMMARY.md
171
+ CHANGELOG.md
CHANGELOG.md CHANGED
@@ -1,5 +1,5 @@
1
  # LLM GUARDIAN Changelog
2
 
3
- Click Commits to see for full [ChangeLog](https://github.com/dewitt4/LLMGuardian/commits/)
4
 
5
  Nov 25, 2024 - added /.github/workflows/ci.yml to set up repo for CircleCI build and test workflow
 
1
  # LLM GUARDIAN Changelog
2
 
3
+ Click Commits to see for full [ChangeLog](https://github.com/dewitt4/llmguardian/commits/)
4
 
5
  Nov 25, 2024 - added /.github/workflows/ci.yml to set up repo for CircleCI build and test workflow
README.md CHANGED
@@ -12,9 +12,9 @@ license: apache-2.0
12
 
13
  # LLMGuardian
14
 
15
- [![CI](https://github.com/dewitt4/LLMGuardian/actions/workflows/ci.yml/badge.svg)](https://github.com/dewitt4/LLMGuardian/actions/workflows/ci.yml)
16
- [![Security Scan](https://github.com/dewitt4/LLMGuardian/actions/workflows/security-scan.yml/badge.svg)](https://github.com/dewitt4/LLMGuardian/actions/workflows/security-scan.yml)
17
- [![Docker Build](https://github.com/dewitt4/LLMGuardian/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/dewitt4/LLMGuardian/actions/workflows/docker-publish.yml)
18
  [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
19
  [![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
20
  [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
@@ -475,8 +475,8 @@ See [.github/workflows/README.md](.github/workflows/README.md) for detailed docu
475
  ### From Source
476
 
477
  ```bash
478
- git clone https://github.com/dewitt4/LLMGuardian.git
479
- cd LLMGuardian
480
  pip install -e .
481
  ```
482
 
@@ -565,8 +565,8 @@ To start working with this structure:
565
 
566
  1. **Fork the repository**
567
  ```bash
568
- git clone https://github.com/dewitt4/LLMGuardian.git
569
- cd LLMGuardian
570
  ```
571
 
572
  2. **Create and activate a virtual environment**
@@ -619,13 +619,13 @@ The HuggingFace Space is automatically synced from the main branch via GitHub Ac
619
 
620
  Monitor the health of the project:
621
 
622
- - **[CI Pipeline](https://github.com/dewitt4/LLMGuardian/actions/workflows/ci.yml)**: Continuous integration status
623
- - **[Security Scans](https://github.com/dewitt4/LLMGuardian/actions/workflows/security-scan.yml)**: Latest security scan results
624
- - **[Docker Builds](https://github.com/dewitt4/LLMGuardian/actions/workflows/docker-publish.yml)**: Container build status
625
 
626
  ### Security Advisories
627
 
628
- Check the [Security tab](https://github.com/dewitt4/LLMGuardian/security) for:
629
  - Vulnerability reports
630
  - Dependency alerts
631
  - Security advisories
@@ -651,7 +651,7 @@ If you use LLMGuardian in your research or project, please cite:
651
  title={LLMGuardian: Comprehensive LLM AI Model Protection},
652
  author={DeWitt Gibson},
653
  year={2025},
654
- url={https://github.com/dewitt4/LLMGuardian},
655
  }
656
  ```
657
 
 
12
 
13
  # LLMGuardian
14
 
15
+ [![CI](https://github.com/dewitt4/llmguardian/actions/workflows/ci.yml/badge.svg)](https://github.com/dewitt4/llmguardian/actions/workflows/ci.yml)
16
+ [![Security Scan](https://github.com/dewitt4/llmguardian/actions/workflows/security-scan.yml/badge.svg)](https://github.com/dewitt4/llmguardian/actions/workflows/security-scan.yml)
17
+ [![Docker Build](https://github.com/dewitt4/llmguardian/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/dewitt4/llmguardian/actions/workflows/docker-publish.yml)
18
  [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
19
  [![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
20
  [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
 
475
  ### From Source
476
 
477
  ```bash
478
+ git clone https://github.com/dewitt4/llmguardian.git
479
+ cd llmguardian
480
  pip install -e .
481
  ```
482
 
 
565
 
566
  1. **Fork the repository**
567
  ```bash
568
+ git clone https://github.com/dewitt4/llmguardian.git
569
+ cd llmguardian
570
  ```
571
 
572
  2. **Create and activate a virtual environment**
 
619
 
620
  Monitor the health of the project:
621
 
622
+ - **[CI Pipeline](https://github.com/dewitt4/llmguardian/actions/workflows/ci.yml)**: Continuous integration status
623
+ - **[Security Scans](https://github.com/dewitt4/llmguardian/actions/workflows/security-scan.yml)**: Latest security scan results
624
+ - **[Docker Builds](https://github.com/dewitt4/llmguardian/actions/workflows/docker-publish.yml)**: Container build status
625
 
626
  ### Security Advisories
627
 
628
+ Check the [Security tab](https://github.com/dewitt4/llmguardian/security) for:
629
  - Vulnerability reports
630
  - Dependency alerts
631
  - Security advisories
 
651
  title={LLMGuardian: Comprehensive LLM AI Model Protection},
652
  author={DeWitt Gibson},
653
  year={2025},
654
+ url={https://github.com/dewitt4/llmguardian},
655
  }
656
  ```
657
 
docs/README.md CHANGED
@@ -1787,7 +1787,7 @@ name: llmguardian
1787
  services:
1788
  - name: api
1789
  github:
1790
- repo: dewitt4/LLMGuardian
1791
  branch: main
1792
  deploy_on_push: true
1793
  dockerfile_path: docker/dockerfile
 
1787
  services:
1788
  - name: api
1789
  github:
1790
+ repo: dewitt4/llmguardian
1791
  branch: main
1792
  deploy_on_push: true
1793
  dockerfile_path: docker/dockerfile
pyproject.toml CHANGED
@@ -66,10 +66,10 @@ api = [
66
  ]
67
 
68
  [project.urls]
69
- Homepage = "https://github.com/dewitt4/LLMGuardian"
70
  Documentation = "https://llmguardian.readthedocs.io"
71
- Repository = "https://github.com/dewitt4/LLMGuardian.git"
72
- Issues = "https://github.com/dewitt4/LLMGuardian/issues"
73
 
74
  [project.scripts]
75
  llmguardian = "llmguardian.cli.main:cli"
 
66
  ]
67
 
68
  [project.urls]
69
+ Homepage = "https://github.com/dewitt4/llmguardian"
70
  Documentation = "https://llmguardian.readthedocs.io"
71
+ Repository = "https://github.com/dewitt4/llmguardian.git"
72
+ Issues = "https://github.com/dewitt4/llmguardian/issues"
73
 
74
  [project.scripts]
75
  llmguardian = "llmguardian.cli.main:cli"
setup.py CHANGED
@@ -68,11 +68,11 @@ setup(
68
  description="A comprehensive security tool for LLM applications",
69
  long_description=long_description,
70
  long_description_content_type="text/markdown",
71
- url="https://github.com/dewitt4/LLMGuardian",
72
  project_urls={
73
- "Bug Tracker": "https://github.com/dewitt4/LLMGuardian/issues",
74
- "Documentation": "https://github.com/dewitt4/LLMGuardian/wiki",
75
- "Source Code": "https://github.com/dewitt4/LLMGuardian",
76
  },
77
  classifiers=[
78
  "Development Status :: 4 - Beta",
 
68
  description="A comprehensive security tool for LLM applications",
69
  long_description=long_description,
70
  long_description_content_type="text/markdown",
71
+ url="https://github.com/dewitt4/llmguardian",
72
  project_urls={
73
+ "Bug Tracker": "https://github.com/dewitt4/llmguardian/issues",
74
+ "Documentation": "https://github.com/dewitt4/llmguardian/wiki",
75
+ "Source Code": "https://github.com/dewitt4/llmguardian",
76
  },
77
  classifiers=[
78
  "Development Status :: 4 - Beta",