Skip to content

Commit

Permalink
Merge pull request #84 from steadybit/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
ReuDa authored Nov 4, 2024
2 parents aa86100 + f1a247f commit 9c378bd
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 104 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,20 +125,6 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64${{ (github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/main') && ',linux/arm64' || '' }} #for branches we just do a load, and this supports no multi-arch

- name: Download CLI & Authenticate to Wiz
run: |
curl -o wizcli https://downloads.wiz.io/wizcli/latest/wizcli-linux-amd64 && chmod +x wizcli
./wizcli auth --id "$WIZ_CLIENT_ID" --secret "$WIZ_CLIENT_SECRET"
env:
WIZ_CLIENT_ID: ${{ secrets.WIZ_CLIENT_ID }}
WIZ_CLIENT_SECRET: ${{ secrets.WIZ_CLIENT_SECRET }}

- name: Run wiz-cli docker image scan
run: |
docker pull steadybit/${{ matrix.image.name || matrix.image.folder }}:${{ github.ref_name }}
./wizcli docker scan --image steadybit/${{ matrix.image.name || matrix.image.folder }}:${{ github.ref_name }} --policy "Extensions Policy" --tag github_action_run_id=${{ github.run_id }}
./wizcli docker tag --image steadybit/${{ matrix.image.name || matrix.image.folder }}:${{ github.ref_name }} --digest ${{ steps.image.outputs.digest }}
- name: "[main] Snyk monitor docker image"
if: ${{ github.ref == 'refs/heads/main' }}
uses: snyk/actions/docker@master
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.4</version>
<version>3.3.5</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<modules>
Expand Down
Loading

0 comments on commit 9c378bd

Please sign in to comment.