mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-28 23:57:29 +00:00
made required changes
Signed-off-by: harshitasao <harshitasao@gmail.com>
This commit is contained in:
parent
9f180b989a
commit
24a70da976
1
.github/workflows/codespell.yml
vendored
1
.github/workflows/codespell.yml
vendored
@ -1,6 +1,7 @@
|
||||
name: Codespell
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
|
1
.github/workflows/reusable_build_docker.yaml
vendored
1
.github/workflows/reusable_build_docker.yaml
vendored
@ -24,6 +24,7 @@ on:
|
||||
# then we upload all the tarballs to be later downloaded by reusable_publish_docker workflow.
|
||||
# In this way, we don't need to publish any arch specific image,
|
||||
# and this "build" workflow is actually only building images.
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
|
@ -57,7 +57,7 @@ jobs:
|
||||
- name: Run tests
|
||||
env:
|
||||
LSAN_OPTIONS: "intercept_tls_get_addr=0"
|
||||
uses: falcosecurity/testing@32e319ae505fb330ae74db4502e605a5e517ff22 # main
|
||||
uses: falcosecurity/testing@main
|
||||
with:
|
||||
test-falco: 'true'
|
||||
test-falcoctl: 'true'
|
||||
|
Loading…
Reference in New Issue
Block a user