Skip to content

Commit

Permalink
Merge branch 'main' into dbux-3
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed Nov 8, 2022
2 parents acc7fa7 + 664caa6 commit a653405
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 72 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/00-scan-secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
id: extract_branch

- name: 🐷 TruffleHog OSS
uses: trufflesecurity/trufflehog@v3.16.1
uses: trufflesecurity/trufflehog@v3.16.3
with:
path: ./
base: ${{ steps.extract_branch.outputs.branch-name }}
Expand Down
134 changes: 67 additions & 67 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,22 @@
"cpr": "3.0.1",
"dotenv": "^16.0.3",
"find-versions-cli": "^4.0.0",
"husky": "8.0.1",
"husky": "8.0.2",
"markdownlint-cli": "^0.32.2",
"nodemon": "2.0.20",
"npm-run-all": "4.1.5",
"prettier": "2.7.1",
"pretty-quick": "3.1.3",
"sass": "^1.55.0",
"sass": "^1.56.0",
"style-dictionary": "3.7.1",
"stylelint": "14.14.0",
"stylelint": "14.14.1",
"stylelint-config-prettier": "9.0.3",
"stylelint-config-sass-guidelines": "9.0.1",
"validate-branch-name": "^1.3.0",
"xo": "^0.52.4"
},
"validate-branch-name": {
"pattern": "((dbux-3)|(dependabot-)|^((test|feat|fix|chore|docs|refactor|style|ci|perf)\\-[a-zA-Z0-9\\-]+)$)",
"pattern": "((dbux-3)|(dependabot-)|^((test|feat|fix|chore|docs|refactor|style|ci|perf|[0-9]+)\\-[a-zA-Z0-9\\-]+)$)",
"errorMsg": "There is something wrong with your branch name. You should rename your branch to a valid name and try again. See the Pattern below."
},
"repository": {
Expand Down

0 comments on commit a653405

Please sign in to comment.