dgrove-oss opened a new pull request, #86:
URL: https://github.com/apache/openwhisk-utilities/pull/86

   Define a Dockerfile-based GitHub action to run scanCode.py.  This action can 
be used as a step in workflows to perform code scanning on the checked out 
source code.  For example:
   ```
   jobs:
     scancode:
       runs-on: ubuntu-22.04
       steps:
         - name: Checkout
           uses: actions/checkout@v3
         - name: Scan Code
           uses: dgrove-oss/openwhisk-utilities/scancode@action
   ```
   
   Once this PR is merged, we can refer simply to 
`apache/openwhisk-utilities/scancode` as the action name in workflow files.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to