Skip to content

Commit 4363d26

Browse files
renamed security-checks to scanners (#2541)
Fixes #2540
1 parent 9ba99b8 commit 4363d26

8 files changed

+15
-15
lines changed

.github/workflows/deploy-ALPHA-flavors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
format: 'table'
131131
exit-code: '1'
132132
ignore-unfixed: true
133-
security-checks: vuln
133+
scanners: vuln
134134
vuln-type: 'os,library'
135135
severity: 'CRITICAL,HIGH'
136136
timeout: 10m0s

.github/workflows/deploy-BETA-flavors.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
name: Deploy Docker Image - BETA - Flavors
4545
# Set the agent to run on
4646
runs-on: ${{ matrix.os }}
47-
environment:
47+
environment:
4848
name: beta-flavors
4949
strategy:
5050
fail-fast: false
@@ -140,7 +140,7 @@ jobs:
140140
format: 'table'
141141
exit-code: '1'
142142
ignore-unfixed: true
143-
security-checks: vuln
143+
scanners: vuln
144144
vuln-type: 'os,library'
145145
severity: 'CRITICAL,HIGH'
146146
timeout: 10m0s

.github/workflows/deploy-BETA-linters.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
prepare:
4343
name: Prepare matrix
44-
runs-on: ubuntu-latest
44+
runs-on: ubuntu-latest
4545
steps:
4646

4747
- name: Build unique image name for beta
@@ -50,10 +50,10 @@ jobs:
5050

5151
- name: Prepare result is ${{ env.UNIQUE_DOCKER_IMAGE_NAME }}
5252
shell: bash
53-
run: echo ${{ env.UNIQUE_DOCKER_IMAGE_NAME }}
53+
run: echo ${{ env.UNIQUE_DOCKER_IMAGE_NAME }}
5454

5555
outputs:
56-
unique_docker_image_name: "${{ env.UNIQUE_DOCKER_IMAGE_NAME }}"
56+
unique_docker_image_name: "${{ env.UNIQUE_DOCKER_IMAGE_NAME }}"
5757

5858
build:
5959
needs: prepare
@@ -264,7 +264,7 @@ jobs:
264264
format: 'table'
265265
exit-code: '1'
266266
ignore-unfixed: true
267-
security-checks: vuln
267+
scanners: vuln
268268
vuln-type: 'os,library'
269269
severity: 'CRITICAL,HIGH'
270270
timeout: 10m0s

.github/workflows/deploy-BETA.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
# Only run this on the main repo
4747
if: github.repository == 'oxsecurity/megalinter' && !contains(github.event.head_commit.message, 'skip deploy')
48-
environment:
48+
environment:
4949
name: beta
5050
##################
5151
# Load all steps #
@@ -139,7 +139,7 @@ jobs:
139139
# format: 'table'
140140
# exit-code: '1'
141141
# ignore-unfixed: true
142-
# security-checks: vuln
142+
# scanners: vuln
143143
# vuln-type: 'os,library'
144144
# severity: 'CRITICAL,HIGH'
145145
# timeout: 10m0s

.github/workflows/deploy-DEV-linters.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ jobs:
230230
231231
TEST_KEYWORDS_TO_USE_UPPER="${{ matrix.linter }}"
232232
TEST_KEYWORDS_TO_USE="${TEST_KEYWORDS_TO_USE_UPPER,,}"
233-
233+
234234
docker run -e TEST_CASE_RUN=true -e OUTPUT_FORMAT=text -e OUTPUT_FOLDER=${{ github.sha }} -e OUTPUT_DETAIL=detailed -e GITHUB_SHA=${{ github.sha }} -e GITHUB_REPOSITORY=${GITHUB_REPOSITORY} -e GITHUB_BRANCH=${GITHUB_BRANCH} -e PAT="${{ secrets.PAT }}" -e TEST_KEYWORDS="${TEST_KEYWORDS_TO_USE}" -e MEGALINTER_VOLUME_ROOT="${GITHUB_WORKSPACE}" -v "/var/run/docker.sock:/var/run/docker.sock:rw" -v ${GITHUB_WORKSPACE}:/tmp/lint oxsecurity/megalinter-only-${{ matrix.linter }}:${{ needs.prepare.outputs.tag }}
235235
timeout-minutes: 30
236236

@@ -244,7 +244,7 @@ jobs:
244244
format: 'table'
245245
exit-code: '1'
246246
ignore-unfixed: true
247-
security-checks: vuln
247+
scanners: vuln
248248
vuln-type: 'os,library'
249249
severity: 'CRITICAL,HIGH'
250250
timeout: 10m0s

.github/workflows/deploy-DEV.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ jobs:
269269
format: 'table'
270270
exit-code: '1'
271271
ignore-unfixed: true
272-
security-checks: vuln
272+
scanners: vuln
273273
vuln-type: 'os,library'
274274
severity: 'CRITICAL,HIGH'
275275
timeout: 15m0s

.github/workflows/deploy-RELEASE-flavors.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
name: Deploy Docker Image - RELEASE - Flavors
3535
# Set the agent to run on
3636
runs-on: ${{ matrix.os }}
37-
environment:
37+
environment:
3838
name: latest-flavors
3939
strategy:
4040
fail-fast: false
@@ -120,7 +120,7 @@ jobs:
120120
format: 'table'
121121
exit-code: '1'
122122
ignore-unfixed: true
123-
security-checks: vuln
123+
scanners: vuln
124124
vuln-type: 'os,library'
125125
severity: 'CRITICAL,HIGH'
126126
timeout: 10m0s

.github/workflows/deploy-RELEASE-linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ jobs:
238238
format: 'table'
239239
exit-code: '1'
240240
ignore-unfixed: true
241-
security-checks: vuln
241+
scanners: vuln
242242
vuln-type: 'os,library'
243243
severity: 'CRITICAL,HIGH'
244244
timeout: 10m0s

0 commit comments

Comments
 (0)