actions icon indicating copy to clipboard operation
actions copied to clipboard

A set of GitHub actions for checking your projects for vulnerabilities

Results 14 actions issues
Sort by recently updated
recently updated
newest added

Updating README badge to link to corresponding `Actions` build page and not just the `.svg` image. Example: test out clicking badge [here](https://github.com/jackwotherspoon/actions/blob/master/README.md)

The action example will fail without setting the read permission for the repository and the security events write for the Sarif file.

Created guides folder, added guides for oss, container, and iac Modified top-level readme with a link to the guides above the existing examples.

The Swift docker image exists, so this just adds the action for it.

Due to the bug of GitHub Action Runner (https://github.com/actions/runner/issues/716), github.action_path context value is not evaluated into valid path in containers on self-hosted runners. The corresponding environment variable GITHUB_ACTION_PATH always contains...

Fixes actions inside container jobs https://github.com/actions/runner/issues/2185#issuecomment-1683545859