-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #157 from JupiterOne/SRE-1589
SRE-1589 remove codeql
- Loading branch information
Showing
26 changed files
with
11 additions
and
236 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,16 +47,3 @@ jobs: | |
# Not all deployments build code | ||
- if: ${{ inputs.use-build }} | ||
run: npm run build | ||
security: | ||
name: Security | ||
runs-on: scaleset-jupiterone-infra-amd64 | ||
permissions: | ||
actions: read | ||
security-events: write | ||
contents: read | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: security | ||
uses: jupiterone/.github/.github/actions/[email protected] | ||
with: | ||
language: ${{ inputs.language }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,9 +39,7 @@ jobs: | |
graph LR; | ||
A[start flow]; | ||
B[validate]; | ||
C[security]; | ||
|
||
A --> B; | ||
A --> C; | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,11 +40,9 @@ jobs: | |
graph LR; | ||
A[start flow]; | ||
B[validate]; | ||
C[security]; | ||
D[version_artifact]; | ||
|
||
A --> B; | ||
A --> C; | ||
B --> D; | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,19 +47,6 @@ jobs: | |
- name: build | ||
uses: jupiterone/.github/.github/actions/[email protected] | ||
|
||
security: | ||
runs-on: ${{ (inputs.fallback_runner && 'ubuntu-latest') || 'scaleset-jupiterone-infra-amd64' }} | ||
permissions: | ||
actions: read | ||
security-events: write | ||
contents: read | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: security | ||
uses: jupiterone/.github/.github/actions/[email protected] | ||
with: | ||
language: 'javascript' | ||
|
||
chromatic_upload: | ||
# Name targeted by branch protections, do not change | ||
name: Visual Regression | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,19 +53,6 @@ jobs: | |
- name: build | ||
uses: jupiterone/.github/.github/actions/[email protected] | ||
|
||
security: | ||
runs-on: ${{ (inputs.fallback_runner && 'ubuntu-latest') || 'scaleset-jupiterone-infra-amd64' }} | ||
permissions: | ||
actions: read | ||
security-events: write | ||
contents: read | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: security | ||
uses: jupiterone/.github/.github/actions/[email protected] | ||
with: | ||
language: 'javascript' | ||
|
||
chromatic_publish: | ||
runs-on: ${{ (inputs.fallback_runner && 'ubuntu-latest') || 'scaleset-jupiterone-infra-arm64' }} | ||
needs: validate | ||
|
@@ -115,4 +102,4 @@ jobs: | |
- name: cortex | ||
uses: jupiterone/.github/.github/actions/frontend/[email protected] | ||
with: | ||
cortex_api_key: ${{ secrets.CORTEX_API_KEY }} | ||
cortex_api_key: ${{ secrets.CORTEX_API_KEY }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,19 +72,6 @@ jobs: | |
- name: validate | ||
uses: jupiterone/.github/.github/actions/[email protected] | ||
|
||
security: | ||
runs-on: ${{ (inputs.fallback_runner && 'ubuntu-latest') || 'scaleset-jupiterone-infra-amd64' }} | ||
permissions: | ||
actions: read | ||
security-events: write | ||
contents: read | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: security | ||
uses: jupiterone/.github/.github/actions/[email protected] | ||
with: | ||
language: 'javascript' | ||
|
||
chromatic_upload: | ||
# Name targeted by branch protections, do not change | ||
name: Visual Regression | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,19 +43,6 @@ jobs: | |
uses: jupiterone/.github/.github/actions/[email protected] | ||
- name: build | ||
uses: jupiterone/.github/.github/actions/[email protected] | ||
|
||
security: | ||
runs-on: ${{ (inputs.fallback_runner && 'ubuntu-latest') || 'scaleset-jupiterone-infra-amd64' }} | ||
permissions: | ||
actions: read | ||
security-events: write | ||
contents: read | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: security | ||
uses: jupiterone/.github/.github/actions/[email protected] | ||
with: | ||
language: 'javascript' | ||
|
||
chromatic_publish: | ||
runs-on: ${{ (inputs.fallback_runner && 'ubuntu-latest') || 'scaleset-jupiterone-infra-arm64' }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,19 +70,6 @@ jobs: | |
- name: remote_types_tests | ||
uses: jupiterone/.github/.github/actions/frontend/runtime/[email protected] | ||
|
||
security: | ||
runs-on: ${{ (inputs.fallback_runner && 'ubuntu-latest') || 'scaleset-jupiterone-infra-amd64' }} | ||
permissions: | ||
actions: read | ||
security-events: write | ||
contents: read | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: security | ||
uses: jupiterone/.github/.github/actions/[email protected] | ||
with: | ||
language: 'javascript' | ||
|
||
chromatic_upload: | ||
# Name targeted by branch protections, do not change | ||
name: Visual Regression | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,16 +35,3 @@ jobs: | |
- uses: hashicorp/setup-terraform@v2 | ||
- name: validate | ||
uses: jupiterone/.github/.github/actions/[email protected] | ||
|
||
security: | ||
runs-on: ${{ (inputs.fallback_runner && 'ubuntu-latest') || 'scaleset-jupiterone-infra-amd64' }} | ||
permissions: | ||
actions: read | ||
security-events: write | ||
contents: read | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: security | ||
uses: jupiterone/.github/.github/actions/[email protected] | ||
with: | ||
language: 'javascript' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,19 +38,6 @@ jobs: | |
- uses: hashicorp/setup-terraform@v2 | ||
- name: validate | ||
uses: jupiterone/.github/.github/actions/[email protected] | ||
|
||
security: | ||
runs-on: ${{ (inputs.fallback_runner && 'ubuntu-latest') || 'scaleset-jupiterone-infra-amd64' }} | ||
permissions: | ||
actions: read | ||
security-events: write | ||
contents: read | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: security | ||
uses: jupiterone/.github/.github/actions/[email protected] | ||
with: | ||
language: 'javascript' | ||
|
||
version_artifact: | ||
runs-on: ${{ (inputs.fallback_runner && 'ubuntu-latest') || 'scaleset-jupiterone-infra-amd64' }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.