Skip to content

Commit

Permalink
ci: fix security scan identation
Browse files Browse the repository at this point in the history
Signed-off-by: r3drun3 <[email protected]>
  • Loading branch information
R3DRUN3 committed Jan 3, 2025
1 parent fef282d commit a9d456f
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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

0 comments on commit a9d456f

Please sign in to comment.