We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
currently still running in CI https://app.circleci.com/pipelines/github/hyperledger/besu/27763/workflows/fc96d628-5928-4bb0-ae50-b37b96b7ce57
from config.yml
dockerScan: executor: trivy_executor steps: - checkout - restore_gradle_cache - setup_remote_docker: docker_layer_caching: true - run: name: Install trivy command: | apk add --update-cache --upgrade curl bash curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin - run: name: Scan with trivy shell: /bin/sh command: | for FILE in $(ls docker) do if [[ $FILE == "test.sh" || $FILE == "tests" ]]; then continue fi docker pull -q "hyperledger/besu:develop-$FILE" trivy -q image --exit-code 1 --no-progress --severity HIGH,CRITICAL "hyperledger/besu:develop-$FILE" done
The text was updated successfully, but these errors were encountered:
cdivitotawela
Successfully merging a pull request may close this issue.
currently still running in CI
https://app.circleci.com/pipelines/github/hyperledger/besu/27763/workflows/fc96d628-5928-4bb0-ae50-b37b96b7ce57
from config.yml
The text was updated successfully, but these errors were encountered: