Skip to content

Conversation

gustavovalverde
Copy link
Owner

Motivation

Solution

Tests

Specifications & References

Follow-up Work

PR Checklist

  • The PR name is suitable for the release notes.
  • The solution is tested.
  • The documentation is up to date.

Comment on lines +31 to +45
dockerhub-description:
if: github.repository_owner == 'ZcashFoundation'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
with:
persist-credentials: false

- name: Docker Hub Description
uses: peter-evans/dockerhub-description@432a30c9e07499fd01da9f8a49f0faf9e0ca5b77 #v4.0.2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: zfnd/zebra
short-description: ${{ github.event.repository.description }}

Check warning

Code scanning / zizmor

overly broad permissions Warning

overly broad permissions
@@ -18,7 +18,7 @@
# The image will be named `zebra:<semver>`
build:
name: Build Release Docker
uses: ./.github/workflows/sub-build-docker-image.yml
uses: ./.github/workflows/zfnd-build-docker-image.yml

Check warning

Code scanning / zizmor

secrets unconditionally inherited by called workflow Warning

secrets unconditionally inherited by called workflow
@@ -70,7 +70,7 @@
sync-to-mandatory-checkpoint:
name: Zebra checkpoint
needs: [get-available-disks]
uses: ./.github/workflows/sub-deploy-integration-tests-gcp.yml
uses: ./.github/workflows/zfnd-deploy-integration-tests-gcp.yml

Check warning

Code scanning / zizmor

secrets unconditionally inherited by called workflow Warning

secrets unconditionally inherited by called workflow
@@ -97,7 +97,7 @@
sync-past-mandatory-checkpoint:
name: Zebra checkpoint update
needs: [sync-to-mandatory-checkpoint, get-available-disks]
uses: ./.github/workflows/sub-deploy-integration-tests-gcp.yml
uses: ./.github/workflows/zfnd-deploy-integration-tests-gcp.yml

Check warning

Code scanning / zizmor

secrets unconditionally inherited by called workflow Warning

secrets unconditionally inherited by called workflow
@@ -363,7 +363,7 @@
lwd-rpc-send-tx:
name: Lightwalletd send transactions
needs: [lwd-sync-full, get-available-disks]
uses: ./.github/workflows/sub-deploy-integration-tests-gcp.yml
uses: ./.github/workflows/zfnd-deploy-integration-tests-gcp.yml

Check warning

Code scanning / zizmor

secrets unconditionally inherited by called workflow Warning

secrets unconditionally inherited by called workflow
@@ -386,7 +386,7 @@
lwd-grpc-wallet:
name: lightwalletd GRPC tests
needs: [lwd-sync-full, get-available-disks]
uses: ./.github/workflows/sub-deploy-integration-tests-gcp.yml
uses: ./.github/workflows/zfnd-deploy-integration-tests-gcp.yml

Check warning

Code scanning / zizmor

secrets unconditionally inherited by called workflow Warning

secrets unconditionally inherited by called workflow
@@ -413,7 +413,7 @@
rpc-get-block-template:
name: get block template
needs: [sync-full-mainnet, get-available-disks]
uses: ./.github/workflows/sub-deploy-integration-tests-gcp.yml
uses: ./.github/workflows/zfnd-deploy-integration-tests-gcp.yml

Check warning

Code scanning / zizmor

secrets unconditionally inherited by called workflow Warning

secrets unconditionally inherited by called workflow
@@ -436,7 +436,7 @@
rpc-submit-block:
name: submit block
needs: [sync-full-mainnet, get-available-disks]
uses: ./.github/workflows/sub-deploy-integration-tests-gcp.yml
uses: ./.github/workflows/zfnd-deploy-integration-tests-gcp.yml

Check warning

Code scanning / zizmor

secrets unconditionally inherited by called workflow Warning

secrets unconditionally inherited by called workflow
@@ -159,7 +159,7 @@
# The image will be commonly named `zebrad:<short-hash | github-ref | semver>`
build:
name: Build CD Docker
uses: ./.github/workflows/sub-build-docker-image.yml
uses: ./.github/workflows/zfnd-build-docker-image.yml

Check warning

Code scanning / zizmor

secrets unconditionally inherited by called workflow Warning

secrets unconditionally inherited by called workflow
permissions:
id-token: write
statuses: write
uses: ./.github/workflows/zfnd-build-docker-image.yml

Check warning

Code scanning / zizmor

secrets unconditionally inherited by called workflow Warning

secrets unconditionally inherited by called workflow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant