Releases: some-natalie/gitlog-to-csv
Releases · some-natalie/gitlog-to-csv
v2 - dependabot was busy, otherwise nothing new
What's Changed
- Bump ossf/scorecard-action from 2.1.2 to 2.2.0 by @dependabot in #2
- Bump github/codeql-action from 2.2.4 to 2.21.4 by @dependabot in #1
- Bump actions/checkout from 3 to 4 by @dependabot in #3
- Bump github/codeql-action from 2.21.4 to 2.21.5 by @dependabot in #4
- Bump github/codeql-action from 2.21.5 to 2.21.8 by @dependabot in #6
- Bump github/codeql-action from 2.21.8 to 3.22.12 by @dependabot in #18
- Bump ossf/scorecard-action from 2.2.0 to 2.3.1 by @dependabot in #13
- Bump github/codeql-action from 3.22.12 to 3.23.0 by @dependabot in #19
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #20
- Bump github/codeql-action from 3.23.0 to 3.23.1 by @dependabot in #21
- Bump github/codeql-action from 3.23.1 to 3.23.2 by @dependabot in #22
- Bump github/codeql-action from 3.23.2 to 3.24.0 by @dependabot in #23
- Bump github/codeql-action from 3.24.0 to 3.24.3 by @dependabot in #24
- Bump github/codeql-action from 3.24.3 to 3.24.5 by @dependabot in #25
- Bump github/codeql-action from 3.24.5 to 3.24.6 by @dependabot in #26
- Bump github/codeql-action from 3.24.6 to 3.24.9 by @dependabot in #28
- Bump github/codeql-action from 3.24.9 to 3.24.10 by @dependabot in #29
- Bump github/codeql-action from 3.24.10 to 3.25.0 by @dependabot in #30
- Bump github/codeql-action from 3.25.0 to 3.25.1 by @dependabot in #31
- Bump github/codeql-action from 3.25.1 to 3.25.3 by @dependabot in #32
- Bump github/codeql-action from 3.25.3 to 3.25.5 by @dependabot in #34
- Bump ossf/scorecard-action from 2.3.1 to 2.3.3 by @dependabot in #33
- Bump github/codeql-action from 3.25.5 to 3.25.6 by @dependabot in #35
- Bump github/codeql-action from 3.25.6 to 3.25.7 by @dependabot in #36
- Bump github/codeql-action from 3.25.7 to 3.25.8 by @dependabot in #37
- add script, remove GHAE references by @some-natalie in #38
New Contributors
- @dependabot made their first contribution in #2
- @some-natalie made their first contribution in #38
Full Changelog: v1...v2
Initial release
gitlog-to-csv Action
Creates a CSV file of some git log
data, useful for exporting to audit reports and other "chain of custody" type reports.
Inputs and Outputs
Inputs
- Repository name (defaults to the current repository)
- Branch name (defaults to "main")
- Whether the GPG commit signing info should be included (defaults to "false")
- GitHub PAT token to use (defaults to the included
github.token
, only needed if the repository name isn't the current one) - Whether to also generate diff files for each commit and include them in the zip archive (defaults to "false")
It'll output a CSV file, zipped and uploaded as an artifact on that workflow run. If the diff file option is also set to true, it'll include all of those diffs as well. Artifact storage has a limited timeframe, so you may need to download it and move it into another business system (either automatically or manually) depending on your needs.