Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dwertent
Copy link

Description

This PR adds SARIF support to the urlchecker-action. This enhancement aims to improve the integration of URL-checking results with GitHub Actions, providing more detailed and actionable reports.

How to Use

To enable SARIF output in the GitHub Action workflow, update your workflow file to include the --save results.sarif option:

- name: URL Checker
  uses: urlstechie/urlchecker-action@master
  with:
    save: results.sarif
    format: sarif

Linked PR

This PR is linked to urlchecker-python PR #91, which introduces SARIF support in the core urlchecker-python library. The combination of these PRs ensures that URL-checking results can be saved in SARIF format, enhancing static analysis and reporting in CI/CD workflows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant