Fix: Change all jobs to use ubuntu-latest label to match runner
Some checks failed
CI / lint-and-test (push) Successful in 58s
CI / ansible-validation (push) Failing after 54s
CI / secret-scanning (push) Failing after 47s
CI / dependency-scan (push) Failing after 1m5s
CI / sast-scan (push) Failing after 1m11s
CI / license-check (push) Successful in 56s
CI / vault-check (push) Failing after 49s
CI / playbook-test (push) Failing after 49s
CI / container-scan (push) Failing after 50s
Some checks failed
CI / lint-and-test (push) Successful in 58s
CI / ansible-validation (push) Failing after 54s
CI / secret-scanning (push) Failing after 47s
CI / dependency-scan (push) Failing after 1m5s
CI / sast-scan (push) Failing after 1m11s
CI / license-check (push) Successful in 56s
CI / vault-check (push) Failing after 49s
CI / playbook-test (push) Failing after 49s
CI / container-scan (push) Failing after 50s
This commit is contained in:
parent
8818de005f
commit
1a565cc30e
@ -25,7 +25,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
ansible-validation:
|
ansible-validation:
|
||||||
runs-on: self-hosted
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: python:3.11-slim
|
image: python:3.11-slim
|
||||||
steps:
|
steps:
|
||||||
@ -48,7 +48,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
secret-scanning:
|
secret-scanning:
|
||||||
runs-on: self-hosted
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: gitleaks/gitleaks:latest
|
image: gitleaks/gitleaks:latest
|
||||||
steps:
|
steps:
|
||||||
@ -62,7 +62,7 @@ jobs:
|
|||||||
gitleaks detect --source . --verbose --no-banner --exit-code 1
|
gitleaks detect --source . --verbose --no-banner --exit-code 1
|
||||||
|
|
||||||
dependency-scan:
|
dependency-scan:
|
||||||
runs-on: self-hosted
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: aquasec/trivy:latest
|
image: aquasec/trivy:latest
|
||||||
steps:
|
steps:
|
||||||
@ -103,7 +103,7 @@ jobs:
|
|||||||
path: trivy-report.json
|
path: trivy-report.json
|
||||||
|
|
||||||
sast-scan:
|
sast-scan:
|
||||||
runs-on: self-hosted
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: returntocorp/semgrep:latest
|
image: returntocorp/semgrep:latest
|
||||||
steps:
|
steps:
|
||||||
@ -115,7 +115,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
license-check:
|
license-check:
|
||||||
runs-on: self-hosted
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: node:20-bullseye
|
image: node:20-bullseye
|
||||||
steps:
|
steps:
|
||||||
@ -135,7 +135,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
vault-check:
|
vault-check:
|
||||||
runs-on: self-hosted
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: python:3.11-slim
|
image: python:3.11-slim
|
||||||
steps:
|
steps:
|
||||||
@ -164,7 +164,7 @@ jobs:
|
|||||||
done
|
done
|
||||||
|
|
||||||
playbook-test:
|
playbook-test:
|
||||||
runs-on: self-hosted
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: python:3.11-slim
|
image: python:3.11-slim
|
||||||
steps:
|
steps:
|
||||||
@ -196,7 +196,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
container-scan:
|
container-scan:
|
||||||
runs-on: self-hosted
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: aquasec/trivy:latest
|
image: aquasec/trivy:latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user