Skip to content

Commit

Permalink
Update options in CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
ain committed Dec 9, 2023
1 parent 374d00a commit 6593f69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
uses: ./
with:
subcommand: lint
verbosity: normal
options: -v
target: test/acl/valid.acl

- name: Run Falco on valid ACL with high verbosity
uses: ./
with:
subcommand: lint
verbosity: high
options: -vv
target: test/acl/valid.acl

#- name: Run Falco on ACL with invalid IP
Expand Down

0 comments on commit 6593f69

Please sign in to comment.