Skip to content

Commit

Permalink
Merge pull request #194 from onebeyond/fif-cd-ghaction
Browse files Browse the repository at this point in the history
fix: set recommended policy for cd gh action
  • Loading branch information
inigomarquinez authored Feb 16, 2024
2 parents 95049ec + afc0609 commit 1499d19
Show file tree
Hide file tree
Showing 8 changed files with 547 additions and 26,809 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@ jobs:
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
with:
disable-sudo: true
egress-policy: audit
# egress-policy: block
# allowed-endpoints: >
# github.com:443
# registry.npmjs.org:443
# api.github.com:443
# nodejs.org:443
# fulcio.sigstore.dev:443
egress-policy: block
allowed-endpoints: >
fulcio.sigstore.dev:443
github.com:443
registry.npmjs.org:443
rekor.sigstore.dev:443
- name: ⚙️ Git Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x, 21.x]
steps:
- name: 🔐 Harden Runner
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
v18
318 changes: 318 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
> React form builder using json schema
<p align="center">
<a href="https://www.npmjs.com/package/@guidesmiths/react-form-builder" target="_blank"><img src="https://img.shields.io/npm/v/@guidesmiths/react-form-builder.svg?style=flat-square" alt="NPM version" /></a>
<a href="https://www.npmjs.com/package/@guidesmiths/react-form-builder" target="_blank"><img src="https://img.shields.io/npm/dm/@guidesmiths/react-form-builder.svg?style=flat-square" alt="NPM downloads" /></a>
<a href="https://www.npmjs.com/package/@onebeyond/react-form-builder" target="_blank"><img src="https://img.shields.io/npm/v/@onebeyond/react-form-builder.svg?style=flat-square" alt="NPM version" /></a>
<a href="https://www.npmjs.com/package/@onebeyond/react-form-builder" target="_blank"><img src="https://img.shields.io/npm/dm/@onebeyond/react-form-builder.svg?style=flat-square" alt="NPM downloads" /></a>
<a href="https://github.com/onebeyond/react-form-builder/actions/workflows/cd.yml" target="_blank"><img src="https://github.com/onebeyond/react-form-builder/actions/workflows/cd.yml/badge.svg" alt="Publish" /></a>
<a href="https://codeclimate.com/github/onebeyond/react-form-builder/maintainability"><img src="https://api.codeclimate.com/v1/badges/7be0c6651a4fd019f777/maintainability" /></a>
<a href="https://codeclimate.com/github/onebeyond/react-form-builder/test_coverage"><img src="https://api.codeclimate.com/v1/badges/7be0c6651a4fd019f777/test_coverage" /></a>
<a href="https://socket.dev/npm/package/@guidesmiths/react-form-builder" target="_blank"><img src="https://socket.dev/api/badge/npm/package/@guidesmiths/react-form-builder" alt="socket.dev" /></a>
<a href="https://socket.dev/npm/package/@onebeyond/react-form-builder" target="_blank"><img src="https://socket.dev/api/badge/npm/package/@onebeyond/react-form-builder" alt="socket.dev" /></a>
<a href="https://img.shields.io/github/all-contributors/onebeyond/react-form-builder?color=ee8449&style=flat-square" target="_blank"><img src="https://img.shields.io/github/all-contributors/onebeyond/react-form-builder?color=ee8449&style=flat-square" alt="all-contributors" /></a>
</p>

## Install

```bash
npm install --save @guidesmiths/react-form-builder
npm install --save @onebeyond/react-form-builder
```

## Usage
Expand Down
12 changes: 6 additions & 6 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1499d19

Please sign in to comment.