Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cx-ruiaraujo committed Oct 25, 2024
1 parent 6204852 commit 97b74ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
sudo chmod -R 777 ./e2e/output # Sets full permissions for output
- name: Run docker image and generate results.json
run: |
docker run --user $(id -u):$(id -g) -v ${PWD}/e2e:/path scan --output-path /path/e2e/output --output-name E2E_CLI_041_RESULT --report-formats json,sarif,glsast -p git::https://github.com/dockersamples/example-voting-app
docker run --user "$(id -u):$(id -g)" -v "${PWD}/e2e:/path" scan --output-path "/path/e2e/output" --output-name "E2E_CLI_041_RESULT" --report-formats "json,sarif,glsast" -p "git::https://github.com/dockersamples/example-voting-app"
- name: Run E2E Tests
env:
E2E_KICS_DOCKER: kics:e2e-tests-${{ github.sha }}
Expand Down

0 comments on commit 97b74ca

Please sign in to comment.