Skip to content

Improvements to the compiler #57

Improvements to the compiler

Improvements to the compiler #57

Workflow file for this run

name: Security Scanner
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
env:
SOLC_SWITCH_GITHUB_TOKEN: ${{ secrets.SOLC_SWITCH_GITHUB_TOKEN }}
steps:
- name: Checkout Source
uses: actions/checkout@v3
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: ./...