diff --git a/.github/workflows/megalinter.yml b/.github/workflows/megalinter.yml index 479f0349..b442ec45 100644 --- a/.github/workflows/megalinter.yml +++ b/.github/workflows/megalinter.yml @@ -36,6 +36,15 @@ jobs: token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }} fetch-depth: 0 + - name: "Import GPG key" + id: import-gpg + uses: crazy-max/ghaction-import-gpg@v6 + with: + gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} + passphrase: ${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }} + git_user_signingkey: true + git_commit_gpgsign: true + # MegaLinter - name: MegaLinter id: ml @@ -74,14 +83,16 @@ jobs: - name: Prepare commit if: steps.ml.outputs.has_updated_sources == 1 && (env.APPLY_FIXES_EVENT == 'all' || env.APPLY_FIXES_EVENT == github.event_name) && env.APPLY_FIXES_MODE == 'commit' && github.ref != 'refs/heads/main' && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository) run: sudo chown -Rc $UID .git/ + - name: Commit and push applied linter fixes if: steps.ml.outputs.has_updated_sources == 1 && (env.APPLY_FIXES_EVENT == 'all' || env.APPLY_FIXES_EVENT == github.event_name) && env.APPLY_FIXES_MODE == 'commit' && github.ref != 'refs/heads/main' && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository) uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # pin@v5 with: branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }} commit_message: "[MegaLinter] Apply linters fixes" - commit_user_name: megalinter-bot - commit_user_email: nicolas.vuillamy@ox.security + commit_author: "${{ steps.import-gpg.outputs.name }} <${{ steps.import-gpg.outputs.email }}>" + commit_user_name: ${{ steps.import-gpg.outputs.name }} + commit_user_email: ${{ steps.import-gpg.outputs.email }} - name: Check to see if the SARIF a was generated id: sarif_file_exists diff --git a/_data/assetPaths.json b/_data/assetPaths.json index 78fe7682..9fb6d1c4 100644 --- a/_data/assetPaths.json +++ b/_data/assetPaths.json @@ -1,9 +1,9 @@ { - "admin.js": "/assets/js/admin-FRDUYGSL.js", - "admin.map": "/assets/js/admin-FRDUYGSL.js.map", - "app.js": "/assets/js/app-SDZ4ULFW.js", - "app.map": "/assets/js/app-SDZ4ULFW.js.map", + "admin.js": "/assets/js/admin-RJYP54EU.js", + "admin.map": "/assets/js/admin-RJYP54EU.js.map", + "app.js": "/assets/js/app-XFKDNIAK.js", + "app.map": "/assets/js/app-XFKDNIAK.js.map", "uswds.js": "/assets/js/uswds-init.js", - "styles.css": "/assets/styles/styles-J5DQM6RN.css", - "styles.map": "/assets/styles/styles-J5DQM6RN.css.map" + "styles.css": "/assets/styles/styles-ZVXT7TJI.css", + "styles.map": "/assets/styles/styles-ZVXT7TJI.css.map" } diff --git a/_data/heroAlert.json b/_data/heroAlert.json index 913a93ce..e7a06bde 100644 --- a/_data/heroAlert.json +++ b/_data/heroAlert.json @@ -1,3 +1,3 @@ { - "message": "TTS is hiring, Join us!" + "message": "TTS is hiring, Join us!!" } diff --git a/_data/site.yaml b/_data/site.yaml index eddf3928..319e2705 100644 --- a/_data/site.yaml +++ b/_data/site.yaml @@ -89,7 +89,6 @@ primary_navigation: url: "/services/platforms/" - name: People url: "/services/people/" - # secondary_navigation: # - name: Secondary link # url: "#main-content" @@ -100,7 +99,7 @@ primary_navigation: # 1. Create an account with Search.gov https://search.usa.gov/signup # 2. Add a new site. # 3. Add your site/affiliate name here. -searchgov: "foobar" +# searchgov: "foobar" # Only change this if you're using a CNAME. Learn more here: https://search.gov/manual/cname.html # endpoint: https://search.usa.gov diff --git a/_img/minus.svg b/_img/minus.svg new file mode 100644 index 00000000..fe94d574 --- /dev/null +++ b/_img/minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_img/plus.svg b/_img/plus.svg new file mode 100644 index 00000000..3399ab48 --- /dev/null +++ b/_img/plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html index a5a1b268..2cbc6d04 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -23,12 +23,12 @@