Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Add security.txt module to the drupal contrib module list #1023

Open
wants to merge 5 commits into
base: 7.x-3.x
Choose a base branch
from
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
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ jobs:
command: docker network prune -f && docker network inspect amazeeio-network >/dev/null || docker network create amazeeio-network
- run:
name: Build project
command: |
ahoy -v build
docker-compose exec test dockerize -wait tcp://mariadb:3306 -timeout 1m
command: docker-compose up -d "$@"
- run:
name: Install local dependencies.
command: docker-compose exec test drush make --no-core --contrib-destination=profiles/govcms profiles/govcms/drupal-org.make -y
- run:
name: Install site
command: ahoy -v install -- install_configure_form.update_status_module='array(FALSE,FALSE)'
Expand Down
1 change: 1 addition & 0 deletions drupal-org.make
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ projects[search_api_db][version] = "1.7"
projects[search_api_page][version] = "1.6"
projects[search_api_solr][version] = "1.15"
projects[seckit][version] = "1.11"
projects[securitytxt][version] = "1.0"
projects[service_links][version] = "2.4"
projects[service_links][patch][] = "https://www.drupal.org/files/issues/2019-09-27/service_links--3084372-2.patch"
projects[services_views][version] = "1.4"
Expand Down
1 change: 1 addition & 0 deletions govcms.info
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ dependencies[] = scheduler_workbench
dependencies[] = shield
dependencies[] = r4032login
dependencies[] = seckit
dependencies[] = securitytxt
dependencies[] = simple_aggregation
dependencies[] = site_map
dependencies[] = superfish
Expand Down
1 change: 1 addition & 0 deletions govcms.install
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@ abbr[title]',
DRUPAL_ANONYMOUS_RID,
array(
'access content',
'view securitytxt'
)
);
user_role_grant_permissions(
Expand Down