You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix dedupe logic to work with compact mode for the purl endpoint (#49)
* Fix dedupe logic to work with compact mode for the purl endpoint
* Add support for basics API and pinned workflow actions to commit hash
* Removing unneeded files
* Fixes for basics endpoint
* Merging changed from main
* Quoting url in workflow for github comment
Copy file name to clipboardExpand all lines: README.rst
+40Lines changed: 40 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -304,6 +304,46 @@ Get GitHub Flavored Markdown diff between two full scans.
304
304
- **before (str)** - The base full scan ID
305
305
- **after (str)** - The comparison full scan ID
306
306
307
+
basics.get_config(org_slug, use_types)
308
+
""""""""""""""""""""""""""""""""""""""
309
+
Get Socket Basics configuration for an organization. Socket Basics is a CI/CD security scanning suite that includes SAST scanning, secret detection, container security, and dependency analysis.
0 commit comments