This documentation has moved to docs.cli.vulnetix.com/docs/ci-cd/gha-command.
The vulnetix gha subcommand provides seamless integration with GitHub Actions workflows for uploading artifacts to Vulnetix.
vulnetix gha upload --org-id "$VULNETIX_ORG_ID" --jsonvulnetix gha status --txnid <transaction-id>
vulnetix gha status --uuid <artifact-uuid>- name: Upload artifacts to Vulnetix
uses: Vulnetix/cli@v1
with:
task: gha
org-id: ${{ secrets.VULNETIX_ORG_ID }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}See the full documentation for detailed usage and examples.