diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a6e39ef..acb4c335 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Scan current project id: scan - uses: anchore/scan-action@v6 + uses: anchore/scan-action@v7 with: path: "." diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 07beb0e7..222e97c3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,7 +67,7 @@ jobs: with: context: . target: production - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 push: false load: true tags: local/zerobyte:ci @@ -75,7 +75,7 @@ jobs: APP_VERSION=${{ needs.determine-release-type.outputs.tagname }} - name: Scan new image for vulnerabilities - uses: anchore/scan-action@v3 + uses: anchore/scan-action@v7 id: scan with: image: local/zerobyte:ci