Skip to content

Commit b22cb31

Browse files
chore: release v2.0.2 — update CHANGELOG and action.yml [skip ci]
1 parent 9339409 commit b22cb31

1 file changed

Lines changed: 67 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 67 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,70 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
88

99
## [Unreleased]
1010

11-
<!-- Comparison links — updated automatically by scripts/update_changelog.py on each release -->
12-
[Unreleased]: https://github.com/SocketDev/socket-basics/compare/v2.0.2...HEAD
11+
## [2.0.2] - 2026-03-23
12+
13+
<!-- Release notes generated using configuration in .github/release.yml at v2.0.2 -->
14+
15+
## What's Changed
16+
### 📦 Dependencies
17+
* Bump urllib3 from 2.5.0 to 2.6.3 by @dependabot[bot] in https://github.com/SocketDev/socket-basics/pull/21
18+
### 🔧 Other Changes
19+
* Removed qualifiers by @dacoburn in https://github.com/SocketDev/socket-basics/pull/1
20+
* Doug/fix trivy socket results by @dacoburn in https://github.com/SocketDev/socket-basics/pull/2
21+
* Fix action.yml configuration and add GitHub token by @dacoburn in https://github.com/SocketDev/socket-basics/pull/3
22+
* Update action.yml description for clarity by @dacoburn in https://github.com/SocketDev/socket-basics/pull/4
23+
* docs: fix link by @ahmadnassri in https://github.com/SocketDev/socket-basics/pull/5
24+
* Added back in transitive logic and fixed format of integration messages by @dacoburn in https://github.com/SocketDev/socket-basics/pull/6
25+
* Fixed documentation and version checks by @dacoburn in https://github.com/SocketDev/socket-basics/pull/7
26+
* Added action inputs by @dacoburn in https://github.com/SocketDev/socket-basics/pull/8
27+
* Updated examples with PR check and pinning to commit hashes by @dacoburn in https://github.com/SocketDev/socket-basics/pull/9
28+
* Fixing issue of the git detection logic not using the workspace or GI… by @dacoburn in https://github.com/SocketDev/socket-basics/pull/10
29+
* Doug/add node and socket back into container by @dacoburn in https://github.com/SocketDev/socket-basics/pull/11
30+
* Fix for caching result by @dacoburn in https://github.com/SocketDev/socket-basics/pull/12
31+
* Doug/improve default sast ruleset by @dacoburn in https://github.com/SocketDev/socket-basics/pull/13
32+
* Fixed hard coded detection for golang by @dacoburn in https://github.com/SocketDev/socket-basics/pull/14
33+
* Fixing regression in rule name by @dacoburn in https://github.com/SocketDev/socket-basics/pull/15
34+
* Remove non-existent install options from local-installation.md by @graydonhope in https://github.com/SocketDev/socket-basics/pull/16
35+
* Fix: Empty CLI string defaults no longer override env/API config by @dc-larsen in https://github.com/SocketDev/socket-basics/pull/17
36+
* Bump version to 1.0.26 by @dc-larsen in https://github.com/SocketDev/socket-basics/pull/20
37+
* docs: add Dockerfile auto-discovery workflow pattern by @dc-larsen in https://github.com/SocketDev/socket-basics/pull/25
38+
* Add scan_type parameter to full scan API calls by @mtorp in https://github.com/SocketDev/socket-basics/pull/24
39+
* Upgrade 1.0.28 by @mtorp in https://github.com/SocketDev/socket-basics/pull/27
40+
* feat: add SKIP_SOCKET_REACH and SKIP_SOCKET_SUBMISSION env vars for Node.js Socket CLI integration by @jdalton in https://github.com/SocketDev/socket-basics/pull/29
41+
* Remove CODEOWNERS entry for @SocketDev/eng by @Raynos in https://github.com/SocketDev/socket-basics/pull/31
42+
* Improve usefulness of generic output by @trevnorris in https://github.com/SocketDev/socket-basics/pull/28
43+
* Pin trufflehog to known-good version tag by @lelia in https://github.com/SocketDev/socket-basics/pull/32
44+
* Fix notifiers reading repo/branch from wrong source by @dc-larsen in https://github.com/SocketDev/socket-basics/pull/30
45+
* Fix: Jira dashboard config params not reaching notifier by @dc-larsen in https://github.com/SocketDev/socket-basics/pull/22
46+
* Update CODEOWNERS to reference GitHub Enterprise team name by @lelia in https://github.com/SocketDev/socket-basics/pull/33
47+
* Enhance GitHub PR comment experience by @lelia in https://github.com/SocketDev/socket-basics/pull/26
48+
* Fix `CODEOWNERS` syntax by @lelia in https://github.com/SocketDev/socket-basics/pull/35
49+
* Fix webhook notifier not reading URL from dashboard config by @dc-larsen in https://github.com/SocketDev/socket-basics/pull/34
50+
* Final `CODEOWNERS` update with new team name by @lelia in https://github.com/SocketDev/socket-basics/pull/36
51+
* Bump Trivy from v0.67.2 to v0.69.2 by @dc-larsen in https://github.com/SocketDev/socket-basics/pull/39
52+
* Bump version to prep for release by @lelia in https://github.com/SocketDev/socket-basics/pull/40
53+
* Pin `opengrep` version, add Docker smoketest by @lelia in https://github.com/SocketDev/socket-basics/pull/41
54+
* Add GitHub workflow for `pytest` by @lelia in https://github.com/SocketDev/socket-basics/pull/42
55+
* Fix Slack and MS Teams notifiers not reading URL from dashboard config by @dc-larsen in https://github.com/SocketDev/socket-basics/pull/37
56+
* Add structured findings to webhook payload by @dc-larsen in https://github.com/SocketDev/socket-basics/pull/38
57+
* feat: 🐳 multi-stage Docker builds, immutable release pipeline, `CHANGELOG` automation by @lelia in https://github.com/SocketDev/socket-basics/pull/46
58+
* fix(ci): add conventional commit prefixes to Dependabot config by @lelia in https://github.com/SocketDev/socket-basics/pull/53
59+
* fix(ci): support breaking change indicator (!) in commit-lint pattern by @lelia in https://github.com/SocketDev/socket-basics/pull/54
60+
* fix(ci): accept full tag name in workflow_dispatch, drop auto-v-prefix by @lelia in https://github.com/SocketDev/socket-basics/pull/55
61+
* feat!: switch to pre-built GHCR images by @lelia in https://github.com/SocketDev/socket-basics/pull/48
62+
* fix: remove trivy from Docker build while assessing compromise impact by @dacoburn in https://github.com/SocketDev/socket-basics/pull/56
63+
* chore: fix release and updater script by @lelia in https://github.com/SocketDev/socket-basics/pull/57
64+
65+
## New Contributors
66+
* @dacoburn made their first contribution in https://github.com/SocketDev/socket-basics/pull/1
67+
* @ahmadnassri made their first contribution in https://github.com/SocketDev/socket-basics/pull/5
68+
* @graydonhope made their first contribution in https://github.com/SocketDev/socket-basics/pull/16
69+
* @dc-larsen made their first contribution in https://github.com/SocketDev/socket-basics/pull/17
70+
* @mtorp made their first contribution in https://github.com/SocketDev/socket-basics/pull/24
71+
* @jdalton made their first contribution in https://github.com/SocketDev/socket-basics/pull/29
72+
* @Raynos made their first contribution in https://github.com/SocketDev/socket-basics/pull/31
73+
* @dependabot[bot] made their first contribution in https://github.com/SocketDev/socket-basics/pull/21
74+
* @trevnorris made their first contribution in https://github.com/SocketDev/socket-basics/pull/28
75+
* @lelia made their first contribution in https://github.com/SocketDev/socket-basics/pull/32
76+
77+
**Full Changelog**: https://github.com/SocketDev/socket-basics/commits/v2.0.2

0 commit comments

Comments
 (0)