Skip to content

Commit

Permalink
test image scan
Browse files Browse the repository at this point in the history
  • Loading branch information
maci3jka committed Aug 14, 2024
1 parent 5b2ef46 commit 99e2032
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
rock-metas: ${{ needs.build-and-push-arch-specifics.outputs.rock-metas }}
scan-images:
uses: canonical/k8s-workflows/.github/workflows/scan_images.yaml@main
uses: canonical/k8s-workflows/.github/workflows/scan_images.yaml@KU-1194/added-jira-connection-for-image-scan
needs: [build-and-push-arch-specifics]
secrets: inherit
with:
Expand Down
6 changes: 4 additions & 2 deletions 2.1.6/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ description: This ROCK is a drop in replacement for the fluent/fluent-bit image.
version: "2.1.6"
license: Apache-2.0

base: bare
build-base: [email protected]
#base: bare
base: [email protected]
#build-base: [email protected]
platforms:
amd64:
arm64:
Expand Down Expand Up @@ -55,6 +56,7 @@ parts:
- libffi7
- liblzma5
- libyaml-0-2
- build-essential
build-packages:
- build-essential
- curl
Expand Down

0 comments on commit 99e2032

Please sign in to comment.