Skip to content

Commit

Permalink
Merge pull request #45 from GabrielNathan12/feat/analise-sast
Browse files Browse the repository at this point in the history
feat: Adicionando o SAST nas aplicações
  • Loading branch information
GabrielNathan12 authored Aug 24, 2024
2 parents ff0588b + 35d9621 commit 7559cbf
Show file tree
Hide file tree
Showing 7 changed files with 11,627 additions and 9,066 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
- name: Set up Minikube
uses: medyagh/setup-minikube@latest
with:
minikube version: 'latest'
driver: docker

- name: Start Minikube
Expand Down
1 change: 1 addition & 0 deletions backend/projects/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ sqlparse==0.5.1
python-dotenv==1.0.1
mysqlclient==2.2.4
django-cors-headers==4.4.0
bandit==1.7.9
3 changes: 2 additions & 1 deletion backend/tasks/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ djangorestframework==3.15.2
sqlparse==0.5.1
python-dotenv>=1.0.1,<1.1
psycopg2-binary>=2.9.9,<2.10
django-cors-headers==4.4.0
django-cors-headers==4.4.0
bandit==1.7.9
Loading

0 comments on commit 7559cbf

Please sign in to comment.