mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-29 08:07:24 +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
|
name: Codespell
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
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.
|
# 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,
|
# In this way, we don't need to publish any arch specific image,
|
||||||
# and this "build" workflow is actually only building images.
|
# and this "build" workflow is actually only building images.
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
|
@ -57,7 +57,7 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
env:
|
env:
|
||||||
LSAN_OPTIONS: "intercept_tls_get_addr=0"
|
LSAN_OPTIONS: "intercept_tls_get_addr=0"
|
||||||
uses: falcosecurity/testing@32e319ae505fb330ae74db4502e605a5e517ff22 # main
|
uses: falcosecurity/testing@main
|
||||||
with:
|
with:
|
||||||
test-falco: 'true'
|
test-falco: 'true'
|
||||||
test-falcoctl: 'true'
|
test-falcoctl: 'true'
|
||||||
|
Loading…
Reference in New Issue
Block a user