Skip to content

Commit

Permalink
test: env variables
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Susini <[email protected]>
  • Loading branch information
loresuso committed Nov 8, 2024
1 parent dbd1251 commit 2a7d42c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-live-mode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
actions: read
steps:
- name: Start Falco
uses: darryk10/falco-action/start@5e0ba030dc661da9641c3206c35f1a29e85259a2
uses: darryk10/falco-action/start@dbd1251c3b5e2aef470b1e08b883629ee53ab373
with:
mode: live
falco-version: '0.39.0'
Expand All @@ -27,7 +27,7 @@ jobs:
sleep 3
- name: Stop Falco
uses: darryk10/falco-action/stop@5e0ba030dc661da9641c3206c35f1a29e85259a2
uses: darryk10/falco-action/stop@dbd1251c3b5e2aef470b1e08b883629ee53ab373
with:
mode: live
verbose: true
Expand All @@ -39,7 +39,7 @@ jobs:
actions: read
steps:
- name: Start Falco
uses: darryk10/falco-action/start@5e0ba030dc661da9641c3206c35f1a29e85259a2
uses: darryk10/falco-action/start@dbd1251c3b5e2aef470b1e08b883629ee53ab373
with:
mode: live
falco-version: '0.39.0'
Expand All @@ -57,7 +57,7 @@ jobs:
sleep 3
- name: Stop Falco
uses: darryk10/falco-action/stop@5e0ba030dc661da9641c3206c35f1a29e85259a2
uses: darryk10/falco-action/stop@dbd1251c3b5e2aef470b1e08b883629ee53ab373
with:
mode: live
verbose: true

0 comments on commit 2a7d42c

Please sign in to comment.