Skip to content

Commit

Permalink
temp scan
Browse files Browse the repository at this point in the history
  • Loading branch information
BSick7 committed Aug 8, 2023
1 parent 2df2a5d commit a5198d7
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Nullstone

Check failure on line 1 in .github/workflows/scan.yml

View workflow job for this annotation

GitHub Actions / publish

CKV2_GHA_1: "Ensure top-level permissions are not set to write-all"
on:
push:
branches:
- compliance

env:
NULLSTONE_ORG: nullstone
NULLSTONE_API_KEY: ${{ secrets.NULLSTONE_API_KEY }}

jobs:
publish:
runs-on: ubuntu-latest

defaults:
run:
shell: bash

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Run Bridgecrew
id: Bridgecrew
uses: bridgecrewio/bridgecrew-action@master
with:
api-key: ${{ secrets.BC_API_KEY }}

0 comments on commit a5198d7

Please sign in to comment.