diff --git a/.github/workflows/athenapdf-service-image.yaml b/.github/workflows/athenapdf-service-image.yaml index 64a987b3..fc92947f 100644 --- a/.github/workflows/athenapdf-service-image.yaml +++ b/.github/workflows/athenapdf-service-image.yaml @@ -114,12 +114,6 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - name: Attest dockerhub image - uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0 - with: - subject-digest: ${{steps.build-and-push.outputs.digest}} - subject-name: index.docker.io/${{ github.repository_owner }}/athenapdf-service - push-to-registry: true - name: Attest ghcr image uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0 with: diff --git a/.github/workflows/database-tools-image.yaml b/.github/workflows/database-tools-image.yaml index 31ca24ac..108b2d56 100644 --- a/.github/workflows/database-tools-image.yaml +++ b/.github/workflows/database-tools-image.yaml @@ -113,12 +113,6 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - name: Attest dockerhub image - uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0 - with: - subject-digest: ${{steps.build-and-push.outputs.digest}} - subject-name: index.docker.io/${{ github.repository_owner }}/database-tools - push-to-registry: true - name: Attest ghcr image uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0 with: diff --git a/.github/workflows/docker-host-image.yaml b/.github/workflows/docker-host-image.yaml index b612ab04..6a2e63d0 100644 --- a/.github/workflows/docker-host-image.yaml +++ b/.github/workflows/docker-host-image.yaml @@ -113,12 +113,6 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - name: Attest dockerhub image - uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0 - with: - subject-digest: ${{steps.build-and-push.outputs.digest}} - subject-name: index.docker.io/${{ github.repository_owner }}/docker-host - push-to-registry: true - name: Attest ghcr image uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0 with: diff --git a/.github/workflows/drush-alias-image.yaml b/.github/workflows/drush-alias-image.yaml index b69742a9..2d4a40de 100644 --- a/.github/workflows/drush-alias-image.yaml +++ b/.github/workflows/drush-alias-image.yaml @@ -113,12 +113,6 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - name: Attest dockerhub image - uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0 - with: - subject-digest: ${{steps.build-and-push.outputs.digest}} - subject-name: index.docker.io/${{ github.repository_owner }}/drush-alias - push-to-registry: true - name: Attest ghcr image uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0 with: diff --git a/.github/workflows/insights-scanner-image.yaml b/.github/workflows/insights-scanner-image.yaml index 11f4682f..7be93bc3 100644 --- a/.github/workflows/insights-scanner-image.yaml +++ b/.github/workflows/insights-scanner-image.yaml @@ -113,12 +113,6 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - name: Attest dockerhub image - uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0 - with: - subject-digest: ${{steps.build-and-push.outputs.digest}} - subject-name: index.docker.io/${{ github.repository_owner }}/insights-scanner - push-to-registry: true - name: Attest ghcr image uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0 with: diff --git a/.github/workflows/insights-trivy-image.yaml b/.github/workflows/insights-trivy-image.yaml index cb7c04f1..04f2c88d 100644 --- a/.github/workflows/insights-trivy-image.yaml +++ b/.github/workflows/insights-trivy-image.yaml @@ -120,12 +120,6 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - name: Attest dockerhub image - uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0 - with: - subject-digest: ${{steps.build-and-push.outputs.digest}} - subject-name: index.docker.io/${{ github.repository_owner }}/insights-trivy - push-to-registry: true - name: Attest ghcr image uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0 with: @@ -144,4 +138,4 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: files: | - sbom.spdx.json \ No newline at end of file + sbom.spdx.json diff --git a/.github/workflows/logs-concentrator-image.yaml b/.github/workflows/logs-concentrator-image.yaml index 3f9e053c..dd03cd34 100644 --- a/.github/workflows/logs-concentrator-image.yaml +++ b/.github/workflows/logs-concentrator-image.yaml @@ -113,12 +113,6 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - name: Attest dockerhub image - uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0 - with: - subject-digest: ${{steps.build-and-push.outputs.digest}} - subject-name: index.docker.io/${{ github.repository_owner }}/logs-concentrator - push-to-registry: true - name: Attest ghcr image uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0 with: diff --git a/.github/workflows/logs-dispatcher-image.yaml b/.github/workflows/logs-dispatcher-image.yaml index 927bb55f..0433320c 100644 --- a/.github/workflows/logs-dispatcher-image.yaml +++ b/.github/workflows/logs-dispatcher-image.yaml @@ -113,12 +113,6 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - name: Attest dockerhub image - uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0 - with: - subject-digest: ${{steps.build-and-push.outputs.digest}} - subject-name: index.docker.io/${{ github.repository_owner }}/logs-dispatcher - push-to-registry: true - name: Attest ghcr image uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0 with: