Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add SARIF Support for URL Checker #109

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

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