Skip to content

Commit

Permalink
Merge branch 'dev' into mmzk_0923_moving_remaining
Browse files Browse the repository at this point in the history
  • Loading branch information
mm-zk authored Oct 9, 2024
2 parents 87038fc + 5d834e1 commit a84dc7b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/secrets_scanner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
fetch-depth: 0
- name: TruffleHog OSS
uses: trufflesecurity/trufflehog@fe5624c70923355128868cffd647b6e2cfe11443 # v3.81.9
uses: trufflesecurity/trufflehog@7e78ca385fb82c19568c7a4b341c97d57d9aa5e1 # v3.82.2
with:
path: ./
base: ${{ github.event.repository.default_branch }}
Expand Down
4 changes: 1 addition & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
. "$(dirname -- "$0")/_/husky.sh"


npx lint-staged

. "$(dirname "$0")/wonderland/find-crypto-keys.sh"
npx lint-staged
3 changes: 2 additions & 1 deletion cypress/e2e/navigation.cy.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
describe('Navigation tests', () => {
// TODO: navigation tests depend on the 'mock' data fetching, which currently doesn't work.
xdescribe('Navigation tests', () => {
beforeEach(() => {
// Intercept the ecosystem data API call and mock the response using a JSON fixture
cy.fixture('ecosystemMockData.json').then((ecosystemData) => {
Expand Down

0 comments on commit a84dc7b

Please sign in to comment.