Skip to content

Tags: advanced-security/ghas-to-csv

Tags

v3.0.5

Toggle v3.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for new generic pattern: ec_private_key

v3.0.4

Toggle v3.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Enhance secret scanning API calls to return more data (#87)

* Enhance secret scanning API calls to return more data

* run black

* black with superlinter

* Add Black configuration for code formatting to pyproject.toml so it can be used local with black (and picked up by superlinter)

* Fix super-linter configuration to ensure Black uses the correct pyproject.toml file

* Add Black configuration to super-linter and ensure proper validation

v3.0.3

Toggle v3.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

v3.0.2

Toggle v3.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for SECRET_TYPE_FILTER environment variable to filter sec…

…ret scanning alerts (#77)

* Initial plan for issue

* Add SECRET_TYPE_FILTER support for secret scanning alerts

Co-authored-by: felickz <1760475+felickz@users.noreply.github.com>

* Redesign secret scanning to use two API calls by default

Co-authored-by: felickz <1760475+felickz@users.noreply.github.com>

* Apply Black formatting to ensure code style consistency

Co-authored-by: felickz <1760475+felickz@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: felickz <1760475+felickz@users.noreply.github.com>

v3.0.1

Toggle v3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump requests from 2.31.0 to 2.32.4 (#75)

Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.4.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.31.0...v2.32.4)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.32.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v3

Toggle v3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump super-linter/super-linter from 5 to 6 (#62)

Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 5 to 6.
- [Release notes](https://github.com/super-linter/super-linter/releases)
- [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md)
- [Commits](super-linter/super-linter@v5...v6)

---
updated-dependencies:
- dependency-name: super-linter/super-linter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove excluded repository list (#31)

Co-authored-by: Natalie Somersall <some-natalie@github.com>

v2

Toggle v2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove excluded repository list (#31)

Co-authored-by: Natalie Somersall <some-natalie@github.com>

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
15 add dependabot alert information (#23)

* update readme

* add dependabot repo data

* add missing code scanning print statement

* fix codescanning print statement for repos

* return the right thing for depondabot

v1

Toggle v1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
move from `csv` to `defusedcsv` (#20)