Skip to content

Release 6.0.3 of grafana.grafana #399

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 29, 2025
Merged

Release 6.0.3 of grafana.grafana #399

merged 1 commit into from
Jul 29, 2025

Conversation

ishanjainn
Copy link
Collaborator

No description provided.

Copy link

😢 zizmor failed with exit code 14.

Expand for full output
error[template-injection]: code injection via template expansion
   --> ./.github/workflows/release.yml:118:9
    |
118 |         - name: Validate version matches
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this step
119 | /         run: |
120 | |           VERSION=$(python -c "import yaml; print(yaml.safe_load(open('galaxy.yml'))['version'])")
...   |
123 | |             exit 1
124 | |           fi
    | |____________^ github.event.inputs.version may expand into attacker-controllable code
    |
    = note: audit confidence → High

error[template-injection]: code injection via template expansion
   --> ./.github/workflows/release.yml:118:9
    |
118 |         - name: Validate version matches
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this step
119 | /         run: |
120 | |           VERSION=$(python -c "import yaml; print(yaml.safe_load(open('galaxy.yml'))['version'])")
...   |
123 | |             exit 1
124 | |           fi
    | |____________^ github.event.inputs.version may expand into attacker-controllable code
    |
    = note: audit confidence → High

error[template-injection]: code injection via template expansion
   --> ./.github/workflows/release.yml:153:9
    |
153 | ... - name: Validate version is published to Galaxy
    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this step
154 | ...   run: curl --head -s -f -o /dev/null https://galaxy.ansible.com/download/grafana-grafana-${{ github.event.inputs.version }}.tar.gz
    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ github.event.inputs.version may expand into attacker-controllable code
    |
    = note: audit confidence → High

error[unpinned-uses]: unpinned action reference
   --> ./.github/workflows/release.yml:157:9
    |
157 |         uses: softprops/action-gh-release@v1
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ action is not pinned to a hash (required by blanket policy)
    |
    = note: audit confidence → High

45 findings (34 ignored, 7 suppressed): 0 unknown, 0 informational, 0 low, 0 medium, 4 high

@ishanjainn ishanjainn merged commit 6bb1cea into main Jul 29, 2025
13 of 31 checks passed
@ishanjainn ishanjainn deleted the 6.0.3 branch July 29, 2025 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant