Skip to content

Commit

Permalink
Merge pull request #1159 from alphagov/add-example-urls
Browse files Browse the repository at this point in the history
Add examples of application URLs
  • Loading branch information
AgaDufrat authored Apr 6, 2023
2 parents 6945355 + 83f9cd2 commit 89f828e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,12 @@ ensure all your environment variables are cleared and refreshed.
## Testing on docker ckan

Source the `bin/setup-docker-test.sh` script in order to set up the environment variables for testing and install chrome on the debian docker container.

## Example application URLs

- Find landing page: https://data.gov.uk
- Search results: https://data.gov.uk/search?filters%5Btopic%5D=Environment
- Dataset: https://data.gov.uk/dataset/ce5f9a81-742d-4446-8610-2ec138e1b7e5/st-john-s-lake-intertidal-biotope-map-tamar-estuary-plymouth
- Dataset with publisher login: https://data.gov.uk/dataset/cf725d50-6535-4f8b-bc98-5ab01aa866a7/grants-to-voluntary-community-and-social-enterprise-organisations-local-government-transparency-code
- Support page: https://data.gov.uk/support
- Publisher login page: https://data.gov.uk/publishers
17 changes: 10 additions & 7 deletions config/brakeman.ignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,24 @@
"ignored_warnings": [
{
"warning_type": "Unmaintained Dependency",
"warning_code": 123,
"fingerprint": "870fa4a5cfd770898e1b7a159368b4210fe366634512563f9fb1c1cbbfef1d78",
"warning_code": 121,
"fingerprint": "9a3951031616a07c8e02c86652f537e92c08685da97f5ec2b12d5d3602b55bb8",
"check_name": "EOLRuby",
"message": "Support for Ruby 2.7.6 ends on 2023-03-31",
"message": "Support for Ruby 2.7.6 ended on 2023-03-31",
"file": "Gemfile.lock",
"line": 257,
"link": "https://brakemanscanner.org/docs/warning_types/unmaintained_dependency/",
"code": null,
"render_path": null,
"location": null,
"user_input": null,
"confidence": "Medium",
"note": "CI won't pass with this warning enabled, preventing us from deploying"
"confidence": "High",
"cwe_id": [
1104
],
"note": ""
}
],
"updated": "2023-03-21 15:53:39 +0000",
"brakeman_version": "5.2.1"
"updated": "2023-04-05 10:42:55 +0100",
"brakeman_version": "5.3.1"
}

0 comments on commit 89f828e

Please sign in to comment.