Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
update ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
waynz0r committed Dec 11, 2023
1 parent 72cb7f7 commit 83d24db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ jobs:
run: |
touch /tmp/nasp.log /tmp/file-server.log /tmp/python.log
echo "Run processes"
sudo AGENT_METADATACOLLECTORS_DOCKER_ENABLED=true ../nasp/build/nasp agent --config ../nasp/config.yaml --rules-path $(pwd)/../nasp/nasp.d/rules --sd-path $(pwd)/../nasp/nasp.d/services > /tmp/nasp.log &
../nasp/build/nasp ca create-root nasp-root-ca > /tmp/nasp-ca.pem
sudo AGENT_METADATACOLLECTORS_DOCKER_ENABLED=true ../nasp/build/nasp agent --config ../nasp/config.yaml --rules-path $(pwd)/../nasp/nasp.d/rules --sd-path $(pwd)/../nasp/nasp.d/services --ca-pem-path /tmp/nasp-ca.pem > /tmp/nasp.log &
go run test/file-server.go >/tmp/file-server.log &
docker run -d --rm -p 8080:80 nginx
sleep 2
Expand Down

0 comments on commit 83d24db

Please sign in to comment.