cloudbuild-task-github-actions

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
c

cloudbuild-task-github-actions

A GitHub Actions adapter for the cloudbuild-task-contracts.

0.1.70-alpha
71

Supply Chain Security

100

Vulnerability

72

Quality

76

Maintenance

100

License

Unpopular package

Quality

This package is not very popular.

Found 1 instance in 1 package

Dependencies have 3 high alerts.

Socket optimized override available and High CVE

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Issues
6

cloudbuild-task-github-actions

These NPM packages are typed with TypeScript MIT license Required Node

This package depends on actions/core

This package implements the cloudbuild-task-contracts abstraction for GitHub Actions, allowing a build task that was written against that abstraction to run as a GitHub Action.

Example usage

import { factory } from 'cloudbuild-task-github-actions';
import { run } from './MyPortableTask';

run(factory);

FAQs

Package last updated on 05 Aug 2020

Did you know?

Socket

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.

Install

Related posts