diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index eea1c78..6305f75 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -2,12 +2,15 @@ name: Integration tests on: pull_request: + schedule: + - cron: "0 15 * * SAT" jobs: integration-tests: - uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main + uses: + canonical/operator-workflows/.github/workflows/integration_test.yaml@main secrets: inherit with: @@ -20,9 +23,9 @@ jobs: charmcraft-channel: latest/edge modules: '["test_app", "test_webhook_redelivery"]' extra-arguments: --webhook-test-repository cbartz-org/gh-runner-test - + allure-report: - if: always() && !cancelled() + if: ${{ !cancelled() && github.event_name == 'schedule' }} needs: - - integration-tests + - integration-tests uses: canonical/operator-workflows/.github/workflows/allure_report.yaml@main diff --git a/.trivyignore b/.trivyignore index 9640c6d..4ade79f 100644 --- a/.trivyignore +++ b/.trivyignore @@ -10,4 +10,8 @@ CVE-2025-22874 # Vulnerability in golang.org/x/oauth2/jws introduced by statsd-exporter. CVE-2025-22868 # Vulnerability in go stdlib introduced by statsd-exporter. -CVE-2025-47907 \ No newline at end of file +CVE-2025-47907 +CVE-2025-58183 +CVE-2025-58186 +CVE-2025-58187 +CVE-2025-58188