From a9d456fd4e9bfac52c974176636a47adb0dd5719 Mon Sep 17 00:00:00 2001 From: r3drun3 Date: Fri, 3 Jan 2025 12:35:45 +0100 Subject: [PATCH] ci: fix security scan identation Signed-off-by: r3drun3 --- .github/workflows/ci.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95afe3a..4210038 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,20 +28,20 @@ jobs: with: version: v1.60 -security: - name: Security Scanning - runs-on: ubuntu-latest - permissions: - contents: read - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 1 - - uses: securego/gosec-action@v1 - with: - args: "./..." # Scan all packages - - name: Upload Security Report - uses: actions/upload-artifact@v3 - with: - name: gosec-report - path: gosec.json \ No newline at end of file + security: + name: Security Scanning + runs-on: ubuntu-latest + permissions: + contents: read + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 1 + - uses: securego/gosec-action@v1 + with: + args: "./..." # Scan all packages + - name: Upload Security Report + uses: actions/upload-artifact@v3 + with: + name: gosec-report + path: gosec.json \ No newline at end of file