package
Version:
v1.6.1
Opens a new window with list of versions in this module.
Published: Jul 28, 2025
License: AGPL-3.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
LoadMaintainedActions loads the maintained actions from the JSON file
ReplaceActions replaces original actions with Step Security actions in a workflow
type Action struct {
Name string `json:"name"`
Description string `json:"description"`
ForkedFrom struct {
Name string `json:"name"`
} `json:"forkedFrom"`
Score int `json:"score"`
Image string `json:"image"`
}
Action represents a GitHub Action in the maintained actions list
type Release struct {
TagName string `json:"tag_name"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.