Skip to content

snxox/OSS-Pipeline

 
 

Repository files navigation

ADDONFACTORY-ORT-ACTION

This action scans a project for third party components and reports the results. This action contains a curation file managed by Splunk Inc. Source is provided for this action however it may not be useful outside of our organization.

Forked version of ort is being used. The only difference is this commit which assumes that the repository's it is scanning is Python 3 and will not fallback to Python 2 in case of any errors.

v1

steps:
    - 
    name: ort-action
    uses: splunk/addonfactory-ort-action@v1
    id: ort-action
    - 
    name: ort-action-artifacts
    uses: actions/upload-artifact@v2
    with:
        name: analysis
        path: .ort/

License

The scripts and documentation in this project are released under the Apache 2.0 License

Contributions

See our contributor license agreement

Code of Conduct

👋 Be nice. See our code of conduct

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 95.4%
  • Shell 2.4%
  • Dockerfile 2.2%