Skip to content

Commit

Permalink
Merge pull request #4021 from nasa-gibs/develop
Browse files Browse the repository at this point in the history
v3.36.0
  • Loading branch information
minniewong authored Nov 2, 2022
2 parents e763eaf + 35c4085 commit e6f0a45
Show file tree
Hide file tree
Showing 10 changed files with 124 additions and 107 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/secret-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ jobs:
security-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Trufflehog Actions Scan
uses: edplato/trufflehog-actions-scan@master
- name: Checkout code
uses: actions/checkout@v3
with:
ref: ${{ github.ref_name }}
fetch-depth: 0
- name: TruffleHog OSS
uses: trufflesecurity/trufflehog@main
with:
path: ./
base: main
head: ${{ github.ref_name }}
extra_args: --debug --only-verified
6 changes: 3 additions & 3 deletions config/default/common/config/wv.json/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"projection": "geographic",
"startingLayers": [
{
"id": "MODIS_Terra_CorrectedReflectance_TrueColor",
"hidden": "true"
"id": "MODIS_Terra_CorrectedReflectance_TrueColor"
},
{
"id": "MODIS_Aqua_CorrectedReflectance_TrueColor"
"id": "MODIS_Aqua_CorrectedReflectance_TrueColor",
"hidden": "true"
},
{
"id": "VIIRS_SNPP_CorrectedReflectance_TrueColor",
Expand Down
Loading

0 comments on commit e6f0a45

Please sign in to comment.