From a733878fe2c22718cec93b84244b2d1fb38bedeb Mon Sep 17 00:00:00 2001 From: Guy Ben-Aharon Date: Sun, 20 Mar 2022 16:23:27 +0200 Subject: [PATCH 1/8] Create deploy.tf --- deploy.tf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 deploy.tf diff --git a/deploy.tf b/deploy.tf new file mode 100644 index 0000000000..ecc8e43f4b --- /dev/null +++ b/deploy.tf @@ -0,0 +1,11 @@ + resource "github_repository" "bad_example" { + name = "example" + description = "My awesome codebase" + + visibility = "public" + + template { + owner = "github" + repository = "terraform-module-template" + } + } From 21ae67faa9ea5015a5201ee1e4a6d0076d3ef627 Mon Sep 17 00:00:00 2001 From: Guy Ben-Aharon Date: Sun, 20 Mar 2022 16:28:38 +0200 Subject: [PATCH 2/8] fix --- .github/workflows/argon.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/argon.yml b/.github/workflows/argon.yml index a568176f05..2703442886 100644 --- a/.github/workflows/argon.yml +++ b/.github/workflows/argon.yml @@ -8,7 +8,7 @@ jobs: - name: Checkout uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # origin: v2.3.5 - name: Argon Security - uses: docker://argonsecurity/scanner:github-0.1.119-debug-github.5 + uses: docker://argonsecurity/scanner:github-0.1.119-debug-github.11 env: ARGON_SCANNER: https://demo-actions.argon.io DEBUG: "true" From 6c0689235067e7f6c5714674f170f07281c72608 Mon Sep 17 00:00:00 2001 From: Guy Ben-Aharon Date: Sun, 20 Mar 2022 17:07:15 +0200 Subject: [PATCH 3/8] fix --- .github/workflows/argon.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/argon.yml b/.github/workflows/argon.yml index 2703442886..39b61e4871 100644 --- a/.github/workflows/argon.yml +++ b/.github/workflows/argon.yml @@ -8,7 +8,7 @@ jobs: - name: Checkout uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # origin: v2.3.5 - name: Argon Security - uses: docker://argonsecurity/scanner:github-0.1.119-debug-github.11 + uses: guyb1/action@ab645a12c71b02f0d573fe6ea82bde96318e8570 # origin: v1.1 env: ARGON_SCANNER: https://demo-actions.argon.io DEBUG: "true" From 51313b4e976b93ba7b543daca7da45c0a3f8ee04 Mon Sep 17 00:00:00 2001 From: Guy Ben-Aharon Date: Sun, 20 Mar 2022 17:36:58 +0200 Subject: [PATCH 4/8] fix --- .github/workflows/argon.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/argon.yml b/.github/workflows/argon.yml index 39b61e4871..f10b2c56e6 100644 --- a/.github/workflows/argon.yml +++ b/.github/workflows/argon.yml @@ -8,7 +8,7 @@ jobs: - name: Checkout uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # origin: v2.3.5 - name: Argon Security - uses: guyb1/action@ab645a12c71b02f0d573fe6ea82bde96318e8570 # origin: v1.1 + uses: docker://argonsecurity/scanner:github-0.1.119-debug-github.20 env: ARGON_SCANNER: https://demo-actions.argon.io DEBUG: "true" From 093319c8dfc975d5d3a498efdb76c57a18c3beb3 Mon Sep 17 00:00:00 2001 From: Guy Ben-Aharon Date: Sun, 20 Mar 2022 19:08:19 +0200 Subject: [PATCH 5/8] fix --- .github/workflows/argon.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/argon.yml b/.github/workflows/argon.yml index f10b2c56e6..229ad2096b 100644 --- a/.github/workflows/argon.yml +++ b/.github/workflows/argon.yml @@ -8,7 +8,7 @@ jobs: - name: Checkout uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # origin: v2.3.5 - name: Argon Security - uses: docker://argonsecurity/scanner:github-0.1.119-debug-github.20 + uses: docker://argonsecurity/scanner:github-0.1.120-use-trivy.2 env: ARGON_SCANNER: https://demo-actions.argon.io DEBUG: "true" From 765cc0acded9e05ee3f17bad347951286e6339e9 Mon Sep 17 00:00:00 2001 From: Guy Ben-Aharon Date: Mon, 21 Mar 2022 10:36:16 +0200 Subject: [PATCH 6/8] fix --- .github/workflows/argon.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/argon.yml b/.github/workflows/argon.yml index 229ad2096b..b923eaefea 100644 --- a/.github/workflows/argon.yml +++ b/.github/workflows/argon.yml @@ -8,10 +8,10 @@ jobs: - name: Checkout uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # origin: v2.3.5 - name: Argon Security - uses: docker://argonsecurity/scanner:github-0.1.120-use-trivy.2 + uses: argonsecurity/scanner-action@aea6b4e82b7aa06aa45efa6621ae37595ee895d7 # origin: v1.1 env: ARGON_SCANNER: https://demo-actions.argon.io - DEBUG: "true" + DEBUG: true with: audit-only: true argon-token: "${{ secrets.ARGON_TOKEN }}" From e4725adc61f3266f31f460e5cb0dcfed008ccf80 Mon Sep 17 00:00:00 2001 From: Guy Ben-Aharon Date: Mon, 21 Mar 2022 10:38:04 +0200 Subject: [PATCH 7/8] fix --- .github/workflows/argon.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/argon.yml b/.github/workflows/argon.yml index b923eaefea..afab07e5cf 100644 --- a/.github/workflows/argon.yml +++ b/.github/workflows/argon.yml @@ -11,7 +11,6 @@ jobs: uses: argonsecurity/scanner-action@aea6b4e82b7aa06aa45efa6621ae37595ee895d7 # origin: v1.1 env: ARGON_SCANNER: https://demo-actions.argon.io - DEBUG: true with: audit-only: true argon-token: "${{ secrets.ARGON_TOKEN }}" From d81ef1900b347cc346eff809bc66307594becd35 Mon Sep 17 00:00:00 2001 From: Guy Ben-Aharon Date: Mon, 21 Mar 2022 10:42:28 +0200 Subject: [PATCH 8/8] a --- .github/workflows/argon.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/argon.yml b/.github/workflows/argon.yml index afab07e5cf..015e131236 100644 --- a/.github/workflows/argon.yml +++ b/.github/workflows/argon.yml @@ -12,5 +12,4 @@ jobs: env: ARGON_SCANNER: https://demo-actions.argon.io with: - audit-only: true argon-token: "${{ secrets.ARGON_TOKEN }}"