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
17 changes: 17 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
name: Main
on:
push:
branches: [ main ]

env:
SPECTRAL_DSN: ${{ secrets.SPECTRAL_DSN }}

jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install and run Spectral CI
uses: checkpointsw/spectral-github-action@v3
with:
spectral-dsn: ${{ env.SPECTRAL_DSN }}
spectral-args: scan --ok --engines secrets,iac,oss --include-tags base,audit3,iac
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
repos:
- repo: https://github.com/spectralops/spectral-pre-commit
rev: master
hooks:
- id: spectral
1 change: 1 addition & 0 deletions asdf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
API_KEY=1234567890abcdef1234567890abcdef
29 changes: 29 additions & 0 deletions asdfadsffff
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
API_KEY_1 = "A1B2C3D4E5F6G7H8I9J0K1L2M3N4O5P6"
API_SECRET_1 = "P6O5N4M3L2K1J0I9H8G7F6E5D4C3B2A1"

API_KEY_2 = "Z9Y8X7W6V5U4T3S2R1Q0P9O8N7M6L5K4"
API_SECRET_2 = "K4L5M6N7O8P9Q0R1S2T3U4V5W6X7Y8Z9"

API_KEY_3 = "1234ABCD5678EFGH91011IJKL1213MNOP"
API_SECRET_3 = "PONM1312LKJI11109HGFE8765DCBA4321"

API_KEY_4 = "QWERTYUIOPASDFGHJKLZXCVBNM098765"
API_SECRET_4 = "567890MNBVCXZLKJHGFDSAPOIUYTREWQ"

API_KEY_5 = "AABBCCDDEEFF00112233445566778899"
API_SECRET_5 = "99887766554433221100FFEEDDCCBBAA"

API_KEY_6 = "LKJHGFDSAPOIUYTREWQ1234567890ZXCV"
API_SECRET_6 = "VCXZ0987654321QWERTYUIOPASDFGHJKL"

API_KEY_7 = "09876ASDFG54321QWERT56789ZXCVB432"
API_SECRET_7 = "234BXCVZ98765TREWQ12345GFDSA67890"

API_KEY_8 = "MNBVCXZLKJHGFDSAPOIUYTREWQ9876543"
API_SECRET_8 = "3456789QWERTYUIOPASDFGHJKLZXCVBNM"

API_KEY_9 = "ZYXWVUTSRQPONMLKJIHGFEDCBA1234567"
API_SECRET_9 = "7654321ABCDEFGHIJKLMONPQRSTUVWXYZ"

API_KEY_10 = "123ABC456DEF789GHI012JKL

2 changes: 2 additions & 0 deletions safd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
api_key = 'AKIAI6X4TYCIXM2B7MUR'

Loading