Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
98 changes: 0 additions & 98 deletions .circleci/config.yml

This file was deleted.

37 changes: 37 additions & 0 deletions .github/workflows/checkov.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: Checkov Github action

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
checkov-job:
permissions: write-all
runs-on: ubuntu-latest
name: Prisma Cloud
env:
PRISMA_API_URL: https://api4.prismacloud.io/
steps:
- name: Checkout repo
uses: actions/checkout@master
- name: Run Prisma Cloud action
id: Checkov
uses: bridgecrewio/checkov-action@master
with:
directory: '.'
soft_fail: true
api-key: ${{ secrets.BC_API_KEY }}
- name: Expose report
uses: actions/upload-artifact@v3
with:
name: SARIF results
path: results.sarif
- uses: github/codeql-action/upload-sarif@v2
with:
# Path to SARIF file relative to the root of the repository
sarif_file: results.sarif
28 changes: 0 additions & 28 deletions .github/workflows/image.yaml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/netcatreverseshell.yaml

This file was deleted.

37 changes: 37 additions & 0 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: Checkov Github action

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
checkov-job:
permissions: write-all
runs-on: ubuntu-latest
name: Prisma Cloud
env:
PRISMA_API_URL: https://api4.prismacloud.io/
steps:
- name: Checkout repo
uses: actions/checkout@master
- name: Run Prisma Cloud action
id: Checkov
uses: bridgecrewio/checkov-action@master
with:
directory: '.'
soft_fail: true
api-key: ${{ secrets.BC_API_KEY }}
- name: Expose report
uses: actions/upload-artifact@v3
with:
name: SARIF results
path: results.sarif
- uses: github/codeql-action/upload-sarif@v2
with:
# Path to SARIF file relative to the root of the repository
sarif_file: results.sarif
13 changes: 0 additions & 13 deletions .gitlab-ci.yml

This file was deleted.

1 change: 1 addition & 0 deletions CAS-Masters_IACPR
Submodule CAS-Masters_IACPR added at 5f0471
30 changes: 0 additions & 30 deletions ansible/blocks.yml

This file was deleted.

29 changes: 0 additions & 29 deletions ansible/fail.yaml

This file was deleted.

Binary file removed ansible/k8s_utf16.yaml
Binary file not shown.
34 changes: 0 additions & 34 deletions ansible/nested_blocks.yml

This file was deleted.

7 changes: 0 additions & 7 deletions ansible/no_tasks.yml

This file was deleted.

21 changes: 0 additions & 21 deletions ansible/site.yml

This file was deleted.

Loading