ossf / scorecard-monitor

Simplify OpenSSF Scorecard tracking in your organization with automated markdown and JSON reports, plus optional GitHub issue alerts
https://github.com/marketplace/actions/openssf-scorecard-monitor
Apache License 2.0
32 stars 13 forks source link

:seedling: Add step to validate the dist folder content #84

Closed UlisesGascon closed 4 months ago

UlisesGascon commented 4 months ago

Main Changes

This change adds a new step in the ci pipeline. The idea is to ensure that the dist/ folder is up to date with the source code of the project. In the past quite often I forgot to do this step as it is a manual process that is not validated on PR submission.

In this PR we include in the dist folder changes in the dependencies and critical changes such as https://github.com/ossf/scorecard-monitor/pull/78

Demo

When the folder is not updated:

Screenshot from 2024-06-21 08-20-57

When the folder is updated:

Screenshot from 2024-06-21 08-22-28