Skip to content

Commit

Permalink
Feat/fix deployer (#950)
Browse files Browse the repository at this point in the history
<!--- Please provide a general summary of your changes in the title
above -->

<!-- Give an estimate of the time you spent on this PR in terms of work
days.
Did you spend 0.5 days on this PR or rather 2 days?  -->

Time spent on this PR:

## Pull request type

<!-- Please try to limit your pull request to one type,
submit multiple pull requests if needed. -->

Please check the type of change your PR introduces:

- [ ] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no api changes)
- [x] Build related changes
- [ ] Documentation content changes
- [ ] Other (please describe):

## What is the current behavior?

<!-- Please describe the current behavior that you are modifying,
or link to a relevant issue. -->

Resolves #948

<!-- Reviewable:start -->
- - -
This change is [<img src="https://reviewable.io/review_button.svg"
height="34" align="absmiddle"
alt="Reviewable"/>](https://reviewable.io/reviews/kkrt-labs/kakarot/950)
<!-- Reviewable:end -->
  • Loading branch information
Eikix authored Feb 6, 2024
1 parent 590a27a commit aefe148
Show file tree
Hide file tree
Showing 13 changed files with 55 additions and 601 deletions.
7 changes: 6 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
.env
.env
docs/
coverage/
.venv/
blockchain-tests-skip.yml
.github/
14 changes: 8 additions & 6 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,28 @@ lint:
read_output_from: stdout
run_linter_from: workspace
enabled:
- osv-scanner@1.6.2
- trivy@0.49.0
- cairo@SYSTEM
- actionlint@1.6.26
- black@23.12.1
- checkov@3.1.63
- black@24.1.1
- checkov@3.2.5
- codespell@2.2.6
- git-diff-check
- hadolint@2.12.0
- isort@5.13.2
- markdownlint@0.38.0
- markdownlint@0.39.0
- oxipng@9.0.0
- prettier@3.2.3
- ruff@0.1.13
- prettier@3.2.5
- ruff@0.2.1
- shellcheck@0.9.0
- shfmt@3.6.0
- taplo@0.8.1
- terrascan@1.18.11
- yamllint@1.33.0
disabled:
- trufflehog
- bandit
- terrascan
ignore:
- linters: [bandit]
paths: [tests, docker]
Expand Down
55 changes: 0 additions & 55 deletions docker/ci/Dockerfile

This file was deleted.

17 changes: 0 additions & 17 deletions docker/ci/README.md

This file was deleted.

Loading

0 comments on commit aefe148

Please sign in to comment.