diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2b910c32..25eebfcb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -54,7 +54,7 @@ jobs: exit-code: "1" ignore-unfixed: true vuln-type: "os,library" - severity: "CRITICAL,HIGH" + severity: "CRITICAL" build-and-push-image: runs-on: ubuntu-latest diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cdf59cdd..f9961ec4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,6 +41,7 @@ jobs: - name: Build Docker image for scanning uses: docker/build-push-action@v5 with: + context: ./ckan load: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} @@ -53,7 +54,7 @@ jobs: exit-code: "1" ignore-unfixed: true vuln-type: "os,library" - severity: "CRITICAL,HIGH" + severity: "CRITICAL" build-and-push-image: runs-on: ubuntu-latest @@ -81,6 +82,7 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v5 with: + context: ./ckan push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}