diff --git a/.github/workflows/macaron-analysis.yaml b/.github/workflows/macaron-analysis.yaml index 4231995bd..24af5fd55 100644 --- a/.github/workflows/macaron-analysis.yaml +++ b/.github/workflows/macaron-analysis.yaml @@ -40,4 +40,4 @@ jobs: repo_path: ./ policy_file: check-github-actions policy_purl: pkg:github.com/oracle/macaron@.* - reports_retention_days: 90 + reports_retention_days: 3 diff --git a/docs/source/pages/macaron_action.rst b/docs/source/pages/macaron_action.rst index e47d83776..a16591e8c 100644 --- a/docs/source/pages/macaron_action.rst +++ b/docs/source/pages/macaron_action.rst @@ -29,7 +29,7 @@ When you use this action, you can reference it directly in your workflow. For a repo_path: ./ policy_file: check-github-actions policy_purl: 'pkg:github.com/example/project@.*' - reports_retention_days: 90 + reports_retention_days: 3 By default, the action posts a human-friendly results summary to the GitHub Actions run page (job summary). If you upload the results like in this `workflow `_, check this :ref:`documentation ` to see how to read and understand them.