feat(cves): Remove ignored CVEs from rocks #875
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: integration-tests | ||
on: | ||
pull_request: | ||
workflow_call: | ||
jobs: | ||
integration-test: | ||
name: Integration Test | ||
uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@feat/trivyignore | ||
Check failure on line 10 in .github/workflows/integration_test.yaml GitHub Actions / .github/workflows/integration_test.yamlInvalid workflow file
|
||
secrets: inherit | ||
with: | ||
extra-arguments: >- | ||
--openstack-rc=${GITHUB_WORKSPACE}/openrc | ||
--kube-config=${GITHUB_WORKSPACE}/kube-config | ||
--screenshot-dir=/tmp | ||
modules: '["test_addon", "test_core", "test_external", "test_ingress", "test_cos_grafana", "test_cos_loki", "test_cos_prometheus"]' | ||
pre-run-script: | | ||
-c "sudo microk8s enable hostpath-storage | ||
sudo microk8s kubectl -n kube-system rollout status -w deployment/hostpath-provisioner | ||
sudo microk8s config > ${GITHUB_WORKSPACE}/kube-config | ||
chmod +x tests/integration/pre_run_script.sh | ||
./tests/integration/pre_run_script.sh" | ||
setup-devstack-swift: true | ||
trivy-image-config: ./trivy.yaml |