Skip to content

Commit

Permalink
Update security scan
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohit Paliwal committed Aug 11, 2023
1 parent 7f973da commit e2df1e8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/securityscan.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Security Scan

on: [pull_request]
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '00 11 * * 2'

jobs:
securityscan:
Expand All @@ -21,4 +27,8 @@ jobs:
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: ./...
args: ./...
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: go
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# AWS MSK IAM SASL Signer for Go

[![Go Build status](https://github.com/aws/aws-msk-iam-sasl-signer-go/actions/workflows/go.yml/badge.svg?branch=main)](https://github.com/aws/aws-msk-iam-sasl-signer-go/actions/workflows/go.yml) [![Apache V2 License](https://img.shields.io/badge/license-Apache%20V2-blue.svg)](https://github.com/aws/aws-msk-iam-sasl-signer-go/blob/main/LICENSE.txt)

[![Security Scan](https://github.com/aws/aws-msk-iam-sasl-signer-go/actions/workflows/securityscan.yml/badge.svg?branch=main)](https://github.com/aws/aws-msk-iam-sasl-signer-go/actions/workflows/securityscan.yml)
`aws-msk-iam-sasl-signer-go` is the AWS MSK IAM SASL Signer for Go programming language.

The AWS MSK IAM SASL Signer for Go requires a minimum version of `Go 1.17`.
Expand Down

0 comments on commit e2df1e8

Please sign in to comment.