🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

cloudbuild-task-github-actions

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudbuild-task-github-actions

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

0.1.185-beta
latest
Source
npm
Version published
Weekly downloads
14
Maintainers
1
Weekly downloads
 
Created
Source

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 22 Jun 2023

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