Security overview and counter

The repository security tab now includes two new experiences to help you better understand your repository's security at a glance.

  • First, we have added a counter which makes it easy to understand how many security alerts your repository has active. The counter only includes information which is otherwise visible to the logged in user. This change will be rolling out gradually over the next couple of days.
  • Second, we have added an overview experience for your repository security tab which is located at https://github.com/:org/:repo/security. This new overview provides helpful insights about how to configure your repository to make the most of GitHub's built-in security and analysis features. It also provides a summary of known security issues.

Screenshot of new security overview experience

Anybody with write access to the repo will be able to delete the logs just clicking a button in the workflow run page. The metadata about the workflow run will be still available (jobs, steps and their statuses), however, the log content will no longer be available.

We are also shipping an API if you want to automate log deletion.

For questions, visit the GitHub Actions community

See more