Skip to content

Commit

Permalink
Remove old deprecated actions (#1391)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tansito authored Jun 26, 2024
1 parent fe1929d commit 72facf8
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 285 deletions.
44 changes: 0 additions & 44 deletions .github/actions/docker-vscan/action.yaml

This file was deleted.

99 changes: 0 additions & 99 deletions .github/scripts/dockerfile-security.rego

This file was deleted.

85 changes: 0 additions & 85 deletions .github/workflows/docker-verify.yaml

This file was deleted.

47 changes: 0 additions & 47 deletions .github/workflows/release-pull-request.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions gateway/main/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
from django.conf import settings
from django.conf.urls.static import static
from django.urls import path, include, re_path
from django.views.generic import TemplateView
from rest_framework import routers, permissions
from drf_yasg.views import get_schema_view
from drf_yasg import openapi
Expand Down Expand Up @@ -61,10 +60,6 @@
re_path(
r"^redoc/$", schema.with_ui("redoc", cache_timeout=0), name="schema-redoc"
),
path(
"DomainVerification.html",
TemplateView.as_view(template_name="DomainVerification.html"),
),
]
urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
urlpatterns += static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)
Expand All @@ -75,8 +70,4 @@
path("version/", version.views.version, name="version"),
path("", include("django_prometheus.urls")),
re_path(r"^api/v1/", include(("api.v1.urls", "api"), namespace="v1")),
path(
"DomainVerification.html",
TemplateView.as_view(template_name="DomainVerification.html"),
),
]
1 change: 0 additions & 1 deletion gateway/templates/DomainVerification.html

This file was deleted.

0 comments on commit 72facf8

Please sign in to comment.