Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Providing release assets in github release.

Open
#354 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
45/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
github, shell
Domain
release, security

Research direction

Review how install_script_agent7.sh and install_script_agent6.sh are currently published, then inspect the repository's GitHub Releases process. Done means the requested install scripts and corresponding SHA-256 checksum files are attached to releases and the documented sha256sum --check command succeeds.

Written by the indexing model from the issue text.

Description

enhancement

To enhance security against software supply‑chain attacks, please provide the install script files (e.g. install_script_agent7.sh, install_script_agent6.sh) along with checksum files (e.g. SHA‑256) in the GitHub Releases for this repository.

Then we can validate checksum like this.

$ curl -O https://github.com/DataDog/agent-linux-install-script/releases/download/1.39.0/install_script_agent7.sh  
$ curl -O https://github.com/DataDog/agent-linux-install-script/releases/download/1.39.0/install_script_agent7.sh.sha256  
$ sha256sum --check install_script_agent7.sh.sha256
Dominant language
Shell
Stars
17
Forks
14
Avg merge
2d 22h
Merged PRs (30d)
7

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from DataDog/agent-linux-install-script

All issues in DataDog/agent-linux-install-script

Similar issues

More Shell/Bash issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.