Skip to content

Commit

Permalink
fix: logger
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org>
  • Loading branch information
fzipi committed Feb 3, 2025
1 parent 13863c3 commit 4477d11
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 145 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
- name: "Run crs linter tests for ${{ matrix.crs-version }}"
run: |
curl -SLs https://github.com/coreruleset/coreruleset/archive/refs/tags/v${{ matrix.crs-version }}.tar.gz -o - | \
tar xzvf - --strip-components=1 --wildcards "*/rules/*" --wildcards "*/crs-setup.conf.example" --wildcards "*/util/APPROVED_TAGS"
uv run crs-linter --output=github -r crs-setup.conf.example -d . -r 'rules/*.conf' -t util/APPROVED_TAGS -v ${{ matrix.crs-version }}
tar xzvf - --strip-components=1 --wildcards "*/rules/*" --wildcards "*/crs-setup.conf.example"
uv run crs-linter -o github -d . -r crs-setup.conf.example -r 'rules/*.conf' -t APPROVED_TAGS -v ${{ matrix.crs-version }}
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ packages = [
dependencies = [
"msc_pyparser >=1.2.1",
"dulwich (>=0.22.7,<0.23.0)",
"semver (>=3.0.2,<4.0.0)"
"semver (>=3.0.2,<4.0.0)",
"github-action-utils>=1.1.0,<2.0.0",
]

[project.scripts]
Expand Down
Loading

0 comments on commit 4477d11

Please sign in to comment.