Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ jobs:
- name: Check trivyignore
if: matrix.scan.image != ''
run: |
curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.65.0
curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.69.1
if [ -f ".trivyignore" ]
then
ignored_cves=$(trivy image "$ROCK_IMAGE" \
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/workflow_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,18 +129,6 @@ jobs:
self-hosted-runner-image: noble
self-hosted-runner-label: large
with-uv: true
integration-charmcraftcache:
Comment thread
arturo-seijas marked this conversation as resolved.
uses: ./.github/workflows/integration_test.yaml
secrets: inherit
with:
juju-channel: '3/stable'
channel: 1.34-strict/stable
provider: microk8s
charmcraftcache: true
working-directory: "tests/workflows/integration/test-upload-charm/"
trivy-image-config: "tests/workflows/integration/test-upload-charm/trivy.yaml"
trivy-severity-config: "CRITICAL,HIGH"
with-uv: true
integration-alternative-rock-filename:
uses: ./.github/workflows/integration_test.yaml
secrets: inherit
Expand Down
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

Each revision is versioned by the date of the revision.

## 2026-02-24

- Update the trivy binary to v0.69.1.

## 2026-02-23

- Update the tag used by the steps in `docs_rtd.yaml` that call workflows in
Expand Down
Loading