Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
e38a619
chore: update semantic release version pins
ckoning Apr 28, 2023
8627b9f
chore: update root scripts to use NPM workspaces
ckoning Apr 28, 2023
b46a18b
chore: update package scripts to use vanilla toolchain
ckoning Apr 28, 2023
2672099
chore: update .npmrc to auth to both NPM domains
ckoning Apr 28, 2023
4244450
chore: update github actions
ckoning Apr 28, 2023
d1199a8
chore(merge): update build config
ckoning Apr 28, 2023
700a3de
fix(checks): Cannot read properties of undefined (reading 'direction')
m-pizarro May 17, 2023
f2ad824
Merge pull request #139 from cloudgraphdev/fix/-Cannot-read-property-…
tyler-dunkel May 17, 2023
a6f46e2
chore(release): @cloudgraph/policy-pack-aws-cis-1.2.0 0.14.1-alpha.1
autocloud-deploy-bot May 17, 2023
abaff35
chore(release): @cloudgraph/policy-pack-aws-cis-1.3.0 0.5.1-alpha.1
autocloud-deploy-bot May 17, 2023
058055e
chore(release): @cloudgraph/policy-pack-aws-cis-1.4.0 0.4.1-alpha.1
autocloud-deploy-bot May 17, 2023
b49ab18
chore(release): @cloudgraph/policy-pack-aws-cis-1.5.0 1.0.1-alpha.1
autocloud-deploy-bot May 17, 2023
d1f1fe7
chore(release): @cloudgraph/policy-pack-aws-nist-800-53-rev4 1.9.1-al…
autocloud-deploy-bot May 17, 2023
6a2ea59
chore(release): @cloudgraph/policy-pack-aws-pci-dss-3.2.1 1.19.1-alpha.1
autocloud-deploy-bot May 17, 2023
035c70d
chore(release): @cloudgraph/policy-pack-azure-cis-1.3.1 1.15.1-alpha.1
autocloud-deploy-bot May 17, 2023
b5650a0
chore(release): @cloudgraph/policy-pack-azure-nist-800-53-rev4 1.2.1-…
autocloud-deploy-bot May 17, 2023
5a2fafe
chore(release): @cloudgraph/policy-pack-azure-pci-dss-3.2.1 1.2.1-alp…
autocloud-deploy-bot May 17, 2023
f9e3649
chore(release): @cloudgraph/policy-pack-gcp-cis-1.2.0 1.24.1-alpha.1
autocloud-deploy-bot May 17, 2023
e12d234
chore(release): @cloudgraph/policy-pack-gcp-cis-1.3.0 1.0.1-alpha.1
autocloud-deploy-bot May 17, 2023
a9374a7
chore(release): @cloudgraph/policy-pack-gcp-nist-800-53-rev4 1.2.1-al…
autocloud-deploy-bot May 17, 2023
86a5d40
chore(release): @cloudgraph/policy-pack-gcp-pci-dss-3.2.1 1.5.1-alpha.1
autocloud-deploy-bot May 17, 2023
6b7c40b
chore(pipeline): add explicit build action
ckoning May 17, 2023
e31d1a6
Merge pull request #141 from cloudgraphdev/chore/add-explicit-build-a…
ckoning May 17, 2023
05da425
fix: fix rule publication
ckoning May 17, 2023
6dd4512
Merge pull request #142 from cloudgraphdev/fix/fix-rule-publication
ckoning May 17, 2023
6be8f27
chore(release): @cloudgraph/policy-pack-aws-cis-1.2.0 0.14.1-alpha.2
autocloud-deploy-bot May 17, 2023
859c857
chore(release): @cloudgraph/policy-pack-aws-cis-1.3.0 0.5.1-alpha.2
autocloud-deploy-bot May 17, 2023
e8e611b
chore(release): @cloudgraph/policy-pack-aws-cis-1.4.0 0.4.1-alpha.2
autocloud-deploy-bot May 17, 2023
976a72d
chore(release): @cloudgraph/policy-pack-aws-cis-1.5.0 1.0.1-alpha.2
autocloud-deploy-bot May 17, 2023
4f9b88d
chore(release): @cloudgraph/policy-pack-aws-nist-800-53-rev4 1.9.1-al…
autocloud-deploy-bot May 17, 2023
f96139d
chore(release): @cloudgraph/policy-pack-aws-pci-dss-3.2.1 1.19.1-alpha.2
autocloud-deploy-bot May 17, 2023
108f72d
chore(release): @cloudgraph/policy-pack-azure-cis-1.3.1 1.15.1-alpha.2
autocloud-deploy-bot May 17, 2023
713fdd3
chore(release): @cloudgraph/policy-pack-azure-nist-800-53-rev4 1.2.1-…
autocloud-deploy-bot May 17, 2023
35015a5
chore(release): @cloudgraph/policy-pack-azure-pci-dss-3.2.1 1.2.1-alp…
autocloud-deploy-bot May 17, 2023
631c5c9
chore(release): @cloudgraph/policy-pack-gcp-cis-1.2.0 1.24.1-alpha.2
autocloud-deploy-bot May 17, 2023
cbe4123
chore(release): @cloudgraph/policy-pack-gcp-cis-1.3.0 1.0.1-alpha.2
autocloud-deploy-bot May 17, 2023
09650a3
chore(release): @cloudgraph/policy-pack-gcp-nist-800-53-rev4 1.2.1-al…
autocloud-deploy-bot May 17, 2023
56e160c
chore(release): @cloudgraph/policy-pack-gcp-pci-dss-3.2.1 1.5.1-alpha.2
autocloud-deploy-bot May 17, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 10 additions & 25 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,48 +17,33 @@ jobs:
fetch-depth: 0
persist-credentials: false
token: ${{secrets.gh_token}}

- uses: actions/setup-node@v3
with:
node-version: 18
node-version: lts/Hydrogen
cache: 'npm'
registry-url: "https://registry.npmjs.org"

- uses: pnpm/[email protected]
name: Install pnpm
id: pnpm-install
with:
version: 7
run_install: false

- name: Get pnpm store directory
id: pnpm-cache
run: |
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"

- uses: actions/cache@v3
name: Setup pnpm cache
with:
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-store-

- name: Install dependencies
run: pnpm install
run: npm install
env:
NPM_TOKEN: ${{secrets.npm_token}}
GITHUB_TOKEN: ${{secrets.gh_token}}

- name: Lint
run: pnpm lint
run: npm run lint
env:
NPM_TOKEN: ${{secrets.npm_token}}
GITHUB_TOKEN: ${{secrets.gh_token}}

- name: Test
run: pnpm test
run: npm run test

- name: Build
run: npm run build

- name: Publish
run: pnpm release
run: npm run release
env:
NODE_ENV: "cicd"
NPM_TOKEN: ${{secrets.npm_token}}
Expand Down
10 changes: 0 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
# NPM Cruft
/package-lock.json
node_modules

# Yarn 2 Assets
.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
.pnp.*

# Error logs
*-debug.log
*-error.log
Expand Down
7 changes: 5 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
registry=https://registry.npmjs.org/
@cloudgraph:registry=https://registry.npmjs.org/
registry=https://registry.npmjs.com/
@cloudgraph:registry=https://registry.npmjs.com/

//registry.npmjs.com/:_authToken=${NPM_TOKEN}
//registry.npmjs.com/:always-auth=false

//registry.npmjs.org/:_authToken=${NPM_TOKEN}
//registry.npmjs.org/:always-auth=false
Expand Down
Loading