Skip to content

Commit

Permalink
Fix test paths
Browse files Browse the repository at this point in the history
Signed-off-by: darryk10 <[email protected]>
  • Loading branch information
darryk10 authored and poiana committed Nov 20, 2024
1 parent a5f0936 commit df3baa4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-analyze-mode-report-customized.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Start Falco
uses: darryk10/falco-action/start@ddcff83af077b30af70f188ba7b5446c98041446
uses: falcosecurity/falco-actions/start@ddcff83af077b30af70f188ba7b5446c98041446
with:
mode: analyze
verbose: true
Expand All @@ -31,7 +31,7 @@ jobs:
sleep 3
- name: Stop Falco
uses: darryk10/falco-action/stop@ddcff83af077b30af70f188ba7b5446c98041446
uses: falcosecurity/falco-actions/stop@ddcff83af077b30af70f188ba7b5446c98041446
with:
mode: analyze
verbose: true
Expand All @@ -44,7 +44,7 @@ jobs:
actions: read
steps:
- name: Analyze
uses: darryk10/falco-action/analyze@ddcff83af077b30af70f188ba7b5446c98041446
uses: falcosecurity/falco-actions/analyze@ddcff83af077b30af70f188ba7b5446c98041446
with:
falco-version: '0.39.0'
extract-written-files: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-analyze-mode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Start Falco
uses: darryk10/falco-action/start@ddcff83af077b30af70f188ba7b5446c98041446
uses: falcosecurity/falco-actions/start@ddcff83af077b30af70f188ba7b5446c98041446
with:
mode: analyze
verbose: true
Expand All @@ -31,7 +31,7 @@ jobs:
sleep 3
- name: Stop Falco
uses: darryk10/falco-action/stop@ddcff83af077b30af70f188ba7b5446c98041446
uses: falcosecurity/falco-actions/stop@ddcff83af077b30af70f188ba7b5446c98041446
with:
mode: analyze
verbose: true
Expand All @@ -44,6 +44,6 @@ jobs:
actions: read
steps:
- name: Analyze
uses: darryk10/falco-action/analyze@ddcff83af077b30af70f188ba7b5446c98041446
uses: falcosecurity/falco-actions/analyze@ddcff83af077b30af70f188ba7b5446c98041446
with:
falco-version: '0.39.0'
6 changes: 3 additions & 3 deletions .github/workflows/test-external-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Start Falco
uses: darryk10/falco-action/start@ddcff83af077b30af70f188ba7b5446c98041446
uses: falcosecurity/falco-actions/start@ddcff83af077b30af70f188ba7b5446c98041446
with:
mode: analyze
verbose: true
Expand All @@ -37,7 +37,7 @@ jobs:
sleep 1
- name: Stop Falco
uses: darryk10/falco-action/stop@ddcff83af077b30af70f188ba7b5446c98041446
uses: falcosecurity/falco-actions/stop@ddcff83af077b30af70f188ba7b5446c98041446
with:
mode: analyze
verbose: true
Expand All @@ -50,7 +50,7 @@ jobs:
actions: read
steps:
- name: Analyze
uses: darryk10/falco-action/analyze@ddcff83af077b30af70f188ba7b5446c98041446
uses: falcosecurity/falco-actions/analyze@ddcff83af077b30af70f188ba7b5446c98041446
with:
falco-version: '0.39.0'
openai-user-prompt: "Pls add remediation steps"
Expand Down
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@dbd1251c3b5e2aef470b1e08b883629ee53ab373
uses: falcosecurity/falco-actions/start@dbd1251c3b5e2aef470b1e08b883629ee53ab373
with:
mode: live
falco-version: '0.39.0'
Expand All @@ -32,7 +32,7 @@ jobs:
groups
- name: Stop Falco
uses: darryk10/falco-action/stop@dbd1251c3b5e2aef470b1e08b883629ee53ab373
uses: falcosecurity/falco-actions/stop@dbd1251c3b5e2aef470b1e08b883629ee53ab373
with:
mode: live
verbose: true
Expand All @@ -44,7 +44,7 @@ jobs:
actions: read
steps:
- name: Start Falco
uses: darryk10/falco-action/start@dbd1251c3b5e2aef470b1e08b883629ee53ab373
uses: falcosecurity/falco-actions/start@dbd1251c3b5e2aef470b1e08b883629ee53ab373
with:
mode: live
falco-version: '0.39.0'
Expand All @@ -62,7 +62,7 @@ jobs:
sleep 3
- name: Stop Falco
uses: darryk10/falco-action/stop@dbd1251c3b5e2aef470b1e08b883629ee53ab373
uses: falcosecurity/falco-actions/stop@dbd1251c3b5e2aef470b1e08b883629ee53ab373
with:
mode: live
verbose: true

0 comments on commit df3baa4

Please sign in to comment.