![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
monupco-dotcloud-nodejs
Advanced tools
monupco.com registration agent for dotCloud / node.js applications
Registration agent for monupco.com, preconfigured for dotCloud / Node.js applications.
It compiles a list of installed packages and sends it to monupco.com.
Create an account at http://monupco.com
Create your Node.js application and push it to dotCloud
Configure your Monupco userID. You can get it from https://monupco-otb.rhcloud.com/profiles/mine/
dotcloud var set <app name> MONUPCO_USER_ID=UserID
Generate a unique identifier for this application and save the value as environmental variable.
dotcloud var set <app name> MONUPCO_UUID=`uuidgen`
Add a dependency in your application's package.json file
...
"dependencies": {
...
"monupco-dotcloud-nodejs": ""
},
...
Execute the registration script in your postinstall hook. Note:
If you are using an "approot" your postinstall
script should be in the
directory pointed by the “approot” directive of your dotcloud.yml
.
For more information about postinstall
turn to
dotCloud documentation.
If a file named postinstall
doesn't already exist, create it and add the following:
#!/bin/sh
`npm bin`/monupco-dotcloud
Make postinstall
executable
chmod a+x postinstall
Commit your changes (if using git):
git add .
git commit -m "enable monupco registration"
Push your application
dotcloud push <app name>
If everything goes well you should see something like:
19:55:10 [www.0] Running postinstall script...
19:55:13 [www.0] response:200
19:55:13 [www.0] Monupco: Success, registered/updated application with id 10
Note: While testing the registration code we found out that the Node.js application in dotCloud may not be accessible via http immediately. During that time registration to Monupco may fail! If this happens your application will register the next time you push to dotCloud!
FAQs
monupco.com registration agent for dotCloud / node.js applications
The npm package monupco-dotcloud-nodejs receives a total of 0 weekly downloads. As such, monupco-dotcloud-nodejs popularity was classified as not popular.
We found that monupco-dotcloud-nodejs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.