made required changes

Signed-off-by: harshitasao <harshitasao@gmail.com>
This commit is contained in:
harshitasao 2024-08-29 03:47:18 +05:30 committed by poiana
parent 9f180b989a
commit 24a70da976
3 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
name: Codespell
on:
pull_request:
permissions:
contents: read

View File

@ -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

View File

@ -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'