Releases: neerajsu/dependency-track-gh-action
Releases · neerajsu/dependency-track-gh-action
Fix typo in Header comment
v1.0.4 Update version to 1.0.4
Changed core.debug to console.log. Also, fixed minor bug
- Changed all core.debug logs to console.log
- Bug fix: HasBomAnalysisCompleted API url was missing slash(/) before API
- Removed WIP comment from readme.
v1.0.2 : Bug fixes
fixed bug: was using 'index.js' instead of 'dist/index.js
v1.0.1 : Bug fixes
- Fix bug : parameter bomfilename to bomfilePath in action.yml
Initial Release of dependency-track-gh-action
Initial Release
- Support for publishing bom.xml to dependency track
- Support for publishing PR comment on analysis result
- Readme updated