Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .github/workflows/macaron-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/source/pages/macaron_action.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/oracle/macaron/blob/main/.github/workflows/macaron-analysis.yaml>`_, check this :ref:`documentation <detect-vuln-gh-actions-results>` to see how to read and understand them.

Expand Down
Loading