Skip to content

Commit

Permalink
feat(cross): #30 update container
Browse files Browse the repository at this point in the history
- Update makes container
- Update doc

Signed-off-by: Daniel Salazar <podany270895@gmail.com>
  • Loading branch information
dsalaza4 committed Jan 21, 2023
1 parent c2dd72a commit 29f9126
Show file tree
Hide file tree
Showing 4 changed files with 131 additions and 131 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
fetch-depth: 0
- uses: docker://ghcr.io/fluidattacks/makes:22.08
- uses: docker://ghcr.io/fluidattacks/makes:22.11
name: /api/deploy
with:
set-safe-directory: /github/workspace
Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
fetch-depth: 0
- uses: docker://ghcr.io/fluidattacks/makes:22.08
- uses: docker://ghcr.io/fluidattacks/makes:22.11
name: /formatBash
with:
set-safe-directory: /github/workspace
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: docker://ghcr.io/fluidattacks/makes:22.08
- uses: docker://ghcr.io/fluidattacks/makes:22.11
name: /formatMarkdown
with:
set-safe-directory: /github/workspace
Expand All @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: docker://ghcr.io/fluidattacks/makes:22.08
- uses: docker://ghcr.io/fluidattacks/makes:22.11
name: /formatNix
with:
set-safe-directory: /github/workspace
Expand All @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: docker://ghcr.io/fluidattacks/makes:22.08
- uses: docker://ghcr.io/fluidattacks/makes:22.11
name: /formatPython
with:
set-safe-directory: /github/workspace
Expand All @@ -67,7 +67,7 @@ jobs:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
fetch-depth: 0
- uses: docker://ghcr.io/fluidattacks/makes:22.08
- uses: docker://ghcr.io/fluidattacks/makes:22.11
name: /lintBash
with:
set-safe-directory: /github/workspace
Expand All @@ -79,7 +79,7 @@ jobs:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
fetch-depth: 0
- uses: docker://ghcr.io/fluidattacks/makes:22.08
- uses: docker://ghcr.io/fluidattacks/makes:22.11
name: /lintGitCommitMsg
with:
set-safe-directory: /github/workspace
Expand All @@ -91,7 +91,7 @@ jobs:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
fetch-depth: 0
- uses: docker://ghcr.io/fluidattacks/makes:22.08
- uses: docker://ghcr.io/fluidattacks/makes:22.11
name: /lintGitMailMap
with:
set-safe-directory: /github/workspace
Expand All @@ -101,7 +101,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: docker://ghcr.io/fluidattacks/makes:22.08
- uses: docker://ghcr.io/fluidattacks/makes:22.11
name: /lintMarkdown/readme
with:
set-safe-directory: /github/workspace
Expand All @@ -111,7 +111,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: docker://ghcr.io/fluidattacks/makes:22.08
- uses: docker://ghcr.io/fluidattacks/makes:22.11
name: /lintNix
with:
set-safe-directory: /github/workspace
Expand All @@ -121,7 +121,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: docker://ghcr.io/fluidattacks/makes:22.08
- uses: docker://ghcr.io/fluidattacks/makes:22.11
name: /lintPython/module/api
with:
set-safe-directory: /github/workspace
Expand All @@ -131,7 +131,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: docker://ghcr.io/fluidattacks/makes:22.08
- uses: docker://ghcr.io/fluidattacks/makes:22.11
name: /lintWithLizard/api
with:
set-safe-directory: /github/workspace
Expand All @@ -141,7 +141,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: docker://ghcr.io/fluidattacks/makes:22.08
- uses: docker://ghcr.io/fluidattacks/makes:22.11
name: /securePythonWithBandit/api
with:
set-safe-directory: /github/workspace
Expand Down
26 changes: 13 additions & 13 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
fetch-depth: 0
- uses: docker://ghcr.io/fluidattacks/makes:22.08
- uses: docker://ghcr.io/fluidattacks/makes:22.11
name: /api/deploy
with:
set-safe-directory: /github/workspace
Expand All @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
fetch-depth: 0
- uses: docker://ghcr.io/fluidattacks/makes:22.08
- uses: docker://ghcr.io/fluidattacks/makes:22.11
name: /formatBash
with:
set-safe-directory: /github/workspace
Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: docker://ghcr.io/fluidattacks/makes:22.08
- uses: docker://ghcr.io/fluidattacks/makes:22.11
name: /formatMarkdown
with:
set-safe-directory: /github/workspace
Expand All @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: docker://ghcr.io/fluidattacks/makes:22.08
- uses: docker://ghcr.io/fluidattacks/makes:22.11
name: /formatNix
with:
set-safe-directory: /github/workspace
Expand All @@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: docker://ghcr.io/fluidattacks/makes:22.08
- uses: docker://ghcr.io/fluidattacks/makes:22.11
name: /formatPython
with:
set-safe-directory: /github/workspace
Expand All @@ -76,7 +76,7 @@ jobs:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
fetch-depth: 0
- uses: docker://ghcr.io/fluidattacks/makes:22.08
- uses: docker://ghcr.io/fluidattacks/makes:22.11
name: /lintBash
with:
set-safe-directory: /github/workspace
Expand All @@ -90,7 +90,7 @@ jobs:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
fetch-depth: 0
- uses: docker://ghcr.io/fluidattacks/makes:22.08
- uses: docker://ghcr.io/fluidattacks/makes:22.11
name: /lintGitCommitMsg
with:
set-safe-directory: /github/workspace
Expand All @@ -104,7 +104,7 @@ jobs:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
fetch-depth: 0
- uses: docker://ghcr.io/fluidattacks/makes:22.08
- uses: docker://ghcr.io/fluidattacks/makes:22.11
name: /lintGitMailMap
with:
set-safe-directory: /github/workspace
Expand All @@ -116,7 +116,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: docker://ghcr.io/fluidattacks/makes:22.08
- uses: docker://ghcr.io/fluidattacks/makes:22.11
name: /lintMarkdown/readme
with:
set-safe-directory: /github/workspace
Expand All @@ -128,7 +128,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: docker://ghcr.io/fluidattacks/makes:22.08
- uses: docker://ghcr.io/fluidattacks/makes:22.11
name: /lintNix
with:
set-safe-directory: /github/workspace
Expand All @@ -140,7 +140,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: docker://ghcr.io/fluidattacks/makes:22.08
- uses: docker://ghcr.io/fluidattacks/makes:22.11
name: /lintPython/module/api
with:
set-safe-directory: /github/workspace
Expand All @@ -152,7 +152,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: docker://ghcr.io/fluidattacks/makes:22.08
- uses: docker://ghcr.io/fluidattacks/makes:22.11
name: /lintWithLizard/api
with:
set-safe-directory: /github/workspace
Expand All @@ -164,7 +164,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: docker://ghcr.io/fluidattacks/makes:22.08
- uses: docker://ghcr.io/fluidattacks/makes:22.11
name: /securePythonWithBandit/api
with:
set-safe-directory: /github/workspace
Expand Down
Loading

0 comments on commit 29f9126

Please sign in to comment.