Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updates
  • Loading branch information
laurentsimon committed Apr 25, 2022
commit 2950722465edf3a4522fcc937e2ab161ed907cfd
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Then click "Add More Scanning Tools."

## View Results

The Scorecard action runs on each new push to your default branch. After making a change, you can view a list of results by going to the Security tab and clicking "Code Scanning Alerts" (it can take a couple minutes for the run to complete and the results to show up). Click on the individual alerts for more information, including remediation instructions. You will need to click "Show more" to expand the full remediation instructions.
The workflow is preconfigured to run on every repository contribution. After making a code change, you can view a list of results by going to the Security tab and clicking "Code Scanning Alerts" (it can take a couple minutes for the run to complete and the results to show up). Click on the individual alerts for more information, including remediation instructions. You will need to click "Show more" to expand the full remediation instructions.

![image](/images/remediation.png)

Expand Down Expand Up @@ -116,7 +116,7 @@ First, [create a new file](https://docs.github.com/en/repositories/working-with-
### Supported triggers and repositories
The following GitHub triggers are supported: `push`, `schedule` (default branch only).
The `pull_request` and `workflow_dispatch` triggers are experimental.
Running the Scorecard action on fork repository is not supported.
Running the Scorecard action on a fork repository is not supported.


### Publishing Results
Expand Down