Skip to content

BCF-2700: move chain and config from core #1420

BCF-2700: move chain and config from core

BCF-2700: move chain and config from core #1420

Workflow file for this run

name: Amarna Analysis
on:
push:
branches:
- develop
- main
pull_request:
jobs:
analyze:
runs-on: ubuntu-latest
# TODO: re-enable when amarna supports cairo 1.0
if: false
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- name: Run Amarna
uses: crytic/[email protected]
id: amarna
continue-on-error: true
with:
amarna-args: --disable-inline --exclude-rules=must-check-caller-address
sarif: results.sarif
target: 'contracts/src/chainlink/cairo/'
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ${{ steps.amarna.outputs.sarif }}
checkout_path: '/github/workspace'