Replies: 1 comment 1 reply
-
There's two parts here.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Relatively new to DevOps, but I have been tasked with researching implementing OSSF Scorecard to our enterprise repo. I am able to replicate running OSSF Scorecard to my non enterprise GitHub repo and post results to the api dashboard, which, when enabling GitHub scorecard actions is pretty straightforward, but I wanted know if the same results from gitlab can be published to the api dashboard so we can see the results.
To summarize: I have a private gitlab repo, I can successfully run ossf scorecard, publish results and store results as an .json artifact. But can I somehow post those results to the scorecard api dashboard?
Example of the OSSF Scorecard readme documentation on how to show the scorecard score in the README.md.![OpenSSF Scorecard](https://camo.githubusercontent.com/9cf4e0606235a961570eb5103d5e4b0f8d64910c27f204e78bce4478fbbda69e/68747470733a2f2f6170692e736563757269747973636f726563617264732e6465762f70726f6a656374732f6769746c61622e636f6d2f6578616d706c652d7265706f2f6261646765)
#
Any assistance/guidance would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions