Compare commits
No commits in common. "main" and "pre-rewrite-backup" have entirely different histories.
main
...
pre-rewrit
1 changed files with 3 additions and 18 deletions
|
|
@ -12,14 +12,9 @@ permissions:
|
||||||
jobs:
|
jobs:
|
||||||
lint-commits:
|
lint-commits:
|
||||||
name: Lint commits
|
name: Lint commits
|
||||||
runs-on: docker
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: docker.io/library/ubuntu:24.04
|
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
steps:
|
steps:
|
||||||
- name: Install git + grep
|
|
||||||
run: apt-get update && apt-get install -y --no-install-recommends git ca-certificates
|
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
@ -50,13 +45,8 @@ jobs:
|
||||||
|
|
||||||
lint-scripts:
|
lint-scripts:
|
||||||
name: Lint shell scripts
|
name: Lint shell scripts
|
||||||
runs-on: docker
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: docker.io/library/ubuntu:24.04
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install shellcheck
|
|
||||||
run: apt-get update && apt-get install -y --no-install-recommends shellcheck git ca-certificates
|
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Run ShellCheck
|
- name: Run ShellCheck
|
||||||
|
|
@ -64,13 +54,8 @@ jobs:
|
||||||
|
|
||||||
security-check:
|
security-check:
|
||||||
name: Security patterns check
|
name: Security patterns check
|
||||||
runs-on: docker
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: docker.io/library/ubuntu:24.04
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install grep + git
|
|
||||||
run: apt-get update && apt-get install -y --no-install-recommends git grep ca-certificates
|
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Check for unsafe string interpolation in curl payloads
|
- name: Check for unsafe string interpolation in curl payloads
|
||||||
Loading…
Add table
Add a link
Reference in a new issue